Skip to content

Commit

Permalink
Merge pull request #21 from nf-core/bwamem2-input-batch-size
Browse files Browse the repository at this point in the history
Set bwa-mem2 batch size for reproducibility
  • Loading branch information
scwatts authored May 31, 2024
2 parents c477a07 + 010c5cd commit ce2bf00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/bwa-mem2/mem/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ process BWAMEM2_ALIGN {
bwa-mem2 mem \\
${args} \\
-Y \\
-K 100000000 \\
-R '${read_group_tag}' \\
-t ${task.cpus} \\
${genome_fasta} \\
Expand Down

0 comments on commit ce2bf00

Please sign in to comment.