Skip to content

Commit

Permalink
FIX: threads params in the help message
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamraoui committed Feb 1, 2025
1 parent d0febb4 commit fcb98ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ log.info """\
Poly dT mean length : ${params.dT_LENGTH} nt
Adapter sequence : ${params.ADPTER_SEQ}
TSO sequence : ${params.TSO_SEQ}
Threads : ${params.Threads} CPUs
Threads : ${params.threads} CPUs
outdir : ${params.outdir}
"""
.stripIndent()
Expand Down

0 comments on commit fcb98ff

Please sign in to comment.