Skip to content

Commit

Permalink
Merge pull request #13 from TRON-Bioinformatics/remove_star_bam_sorting
Browse files Browse the repository at this point in the history
Remove outSAMtype parameter
  • Loading branch information
Pablo Riesgo-Ferreiro authored Jul 19, 2024
2 parents 8ec8065 + cc31d59 commit ccbdb3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/02_star.nf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ process STAR {
--outReadsUnmapped Fastx \
--outFilterMismatchNoverLmax 0.02 \
--runThreadN ${task.cpus} \
--outSAMtype BAM SortedByCoordinate \
--outFileNamePrefix ${name}.
mv ${name}.Aligned.sortedByCoord.out.bam ${name}.bam
Expand Down Expand Up @@ -67,7 +66,6 @@ process STAR_SE {
--outReadsUnmapped Fastx \
--outFilterMismatchNoverLmax 0.02 \
--runThreadN ${task.cpus} \
--outSAMtype BAM SortedByCoordinate \
--outFileNamePrefix ${name}.
mv ${name}.Aligned.sortedByCoord.out.bam ${name}.bam
Expand Down

0 comments on commit ccbdb3e

Please sign in to comment.