Skip to content

Commit

Permalink
Adapt STAR output filename in STAR SE
Browse files Browse the repository at this point in the history
  • Loading branch information
LKress committed Jul 22, 2024
1 parent d9db484 commit 08bce0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/02_star.nf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ process STAR_SE {
--runThreadN ${task.cpus} \
--outFileNamePrefix ${name}.
mv ${name}.Aligned.sortedByCoord.out.bam ${name}.bam
mv ${name}.Aligned*.out.bam ${name}.bam
echo ${params.manifest} >> software_versions.STAR_SE.txt
STAR --version >> software_versions.STAR_SE.txt
Expand Down

0 comments on commit 08bce0f

Please sign in to comment.