umccr / umccrise

:snake: DRAGEN Tumor/Normal workflow post-processing
https://umccr.github.io/umccrise/
MIT License
22 stars 8 forks source link

Hypermutated sample fix #110

Closed pdiakumis closed 2 years ago

pdiakumis commented 2 years ago

This adds a --vep_no_intergenic option to our PCGR wrapper. When specified, this feeds PCGR a modified TOML config file with the vep_skip_intergenic option enabled. This reduces the number of variants processed downstream since PCGR filters out variants with no INFO/CSQ flag in the VEP'd input VCF.

This (hopefully) resolves #89 and resolves #91. Fyi @ohofmann

-- Also removed Mutational Signature computation from PCGR, which will reduce computational time dramatically.

(Also connected to umccr/vcf_stuff#3)