Skip to content

Commit

Permalink
Include "other" variants for CADD to analyse multallelic indels
Browse files Browse the repository at this point in the history
  • Loading branch information
fa2k committed May 6, 2024
1 parent f93c357 commit 8192e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules/annotate_cadd.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ process {
}

withName: '.*:ANNOTATE_CADD:BCFTOOLS_VIEW' {
ext.args = { "--output-type z --types indels" }
ext.args = { "--output-type z --types indels,other" }
ext.prefix = { "${vcf.simpleName}_indels" }
}

Expand Down

0 comments on commit 8192e85

Please sign in to comment.