Skip to content

Commit

Permalink
add missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaJadidAhari committed Jan 13, 2025
1 parent 2c5cdf9 commit 77b80fd
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 @@ -511,7 +511,7 @@ countSplitReads <- function(sampleID, fds, NcpuPerSample=1, genome=NULL,
tryCatch(
{
seqlevelsStyle(genome) <- seqlevelsStyle(chromosomes)[1]
}
},
error = function(e) {
warning("Could not update genome's seqlevelsStyle using GenomeInfoDb package. Updating manually now...")
genome <- updateSeqlevelsStyle(genome, metadata(genome)$genome, seqlevelsStyle(chromosomes)[1], metadata(genome)$provider, fds@workingDir)
Expand Down

0 comments on commit 77b80fd

Please sign in to comment.