Skip to content

Commit

Permalink
Update snv_annotation.config (genomic-medicine-sweden#98)
Browse files Browse the repository at this point in the history
Full size test fails because only `BCFTOOLS_NORM_SINGLESAMPLE` and not `BCFTOOLS_NORM` was actually decomposing variants.
  • Loading branch information
fellen31 authored Apr 24, 2024
1 parent 79a4113 commit 5173489
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/modules/snv_annotation.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ process {
ext.prefix = { "${meta.id}_ac" }
}

withName: '.*:SNV_ANNOTATION:BCFTOOLS_NORM' {
ext.args = "-m - --output-type b -w 10000"
}

withName: '.*:SNV_ANNOTATION:BCFTOOLS_NORM_SINGLESAMPLE' {
ext.args = "-m - --output-type b -w 10000"
}
Expand Down

0 comments on commit 5173489

Please sign in to comment.