Skip to content

Commit

Permalink
Make -a the default for bcftools concat.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasZepper committed Feb 22, 2024
1 parent 6aeac92 commit 3910021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/modules/post_variant_calling.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
process {

withName: 'GERMLINE_VCFS_CONCAT'{
ext.args = { -a }
ext.when = { params.concatenate_vcfs }
publishDir = [
//specify to avoid publishing, overwritten otherwise
Expand Down

0 comments on commit 3910021

Please sign in to comment.