Skip to content

Commit

Permalink
Merge pull request #150 from ctmrbio/develop
Browse files Browse the repository at this point in the history
Add cpus to shovill
  • Loading branch information
abhi18av authored Feb 1, 2021
2 parents 68cbd92 + 7386466 commit 42283ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/shovill/shovill.nf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ process SHOVILL {
--depth ${params.shovill_depth} \
--kmers ${params.shovill_kmers} \
--minlen ${params.shovill_minlen} \
--cpus ${task.cpus} \
--R1 ${reads[0]} \
--R2 ${reads[1]} \
--outdir ${pair_id}_shovill
Expand Down

0 comments on commit 42283ee

Please sign in to comment.