Skip to content

Commit

Permalink
Removed outSAMtype parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
LKress committed Jul 19, 2024
1 parent 8ec8065 commit cc31d59
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 cc31d59

Please sign in to comment.