Skip to content

Commit

Permalink
Set bwa-mem2 batch size for reproducibility
Browse files Browse the repository at this point in the history
Parameter value set to match Sarek default configuration.
  • Loading branch information
scwatts committed Jun 4, 2024
1 parent b473fb9 commit 3dd1e03
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 3dd1e03

Please sign in to comment.