Skip to content

Commit

Permalink
Add threads to fgbio callmolecularconsensus module (#2892)
Browse files Browse the repository at this point in the history
Add threads to module
  • Loading branch information
FerriolCalvet authored Feb 27, 2023
1 parent bd4b60c commit 40ce6b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/nf-core/fgbio/callmolecularconsensusreads/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ process FGBIO_CALLMOLECULARCONSENSUSREADS {
fgbio \\
--tmp-dir=. \\
CallMolecularConsensusReads \\
-i $bam \\
--input $bam \\
--threads ${task.cpus} \\
$args \\
-o ${prefix}.bam
--output ${prefix}.bam
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit 40ce6b3

Please sign in to comment.