Skip to content

Commit

Permalink
Merge intervals for WES in GATK GenomicsDBImport
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Jan 22, 2025
1 parent 52b3fff commit a35cafc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf/modules/joint_germline.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
process {

withName: 'GATK4_GENOMICSDBIMPORT' {
ext.args = { '--genomicsdb-shared-posixfs-optimizations true --bypass-feature-reader' }
ext.args = { params.wes ?
'--merge-input-intervals --genomicsdb-shared-posixfs-optimizations true --bypass-feature-reader' :
'--genomicsdb-shared-posixfs-optimizations true --bypass-feature-reader' }
ext.prefix = { "${meta.intervals_name}.joint" }
publishDir = [
enabled: false
Expand Down

0 comments on commit a35cafc

Please sign in to comment.