Skip to content

Commit

Permalink
Merge pull request #8 from TRON-Bioinformatics/integrate-star
Browse files Browse the repository at this point in the history
add missing software versions file to STAR
  • Loading branch information
priesgo authored Apr 8, 2022
2 parents 7cfbf0b + cb2ebbd commit 3c90b89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/02_star.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ process STAR {
--outFileNamePrefix ${name}.
mv ${name}.Aligned.sortedByCoord.out.bam ${name}.bam
echo ${params.manifest} >> software_versions.${task.process}.txt
STAR --version >> software_versions.${task.process}.txt
"""
}

Expand Down

0 comments on commit 3c90b89

Please sign in to comment.