Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ischeller committed Apr 18, 2023
1 parent 99a9252 commit 5eb1b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/countRNAseqData.R
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ countSplitReads <- function(sampleID, fds, NcpuPerSample=1, genome=NULL,
chromosomes <- extractChromosomes(bamfile)

if(isFALSE(keepNonStandardChromosomes)){
chr_gr <- GRanges(seqnames=paste0(chromosomes, ":1-2"))
chr_gr <- GRanges(seqnames=chromosomes, ranges=IRanges(1, 2))
chromosomes <- standardChromosomes(chr_gr)
}

Expand Down

0 comments on commit 5eb1b3b

Please sign in to comment.