Skip to content

Commit

Permalink
Merge pull request #1420 from MatthiasZepper/vcfs_concat_ext_args
Browse files Browse the repository at this point in the history
Make -a a default argument for bcftools concat
  • Loading branch information
maxulysse authored Feb 27, 2024
2 parents 12d0867 + 4fa3628 commit 0fa5bcb
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 0fa5bcb

Please sign in to comment.