You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use HaplotypeCaller and Strelka2 to call germline mutations, unlike somatic mutations where we use MuTect2 and Strelka2. However, the MuTect2 column is created when vcf2maf.pl is called (empty column is generated with --retain-info parameter). The HaplotypeCaller field is not retained. The MuTect2 column is then used later even though it contains no useful information:
We should also consider separating custom scripts such as filter-germline-maf.R from the containers to make updates easier. it does not make sense to reinstall a container when small changes are made to a custom script.
We use HaplotypeCaller and Strelka2 to call germline mutations, unlike somatic mutations where we use MuTect2 and Strelka2. However, the MuTect2 column is created when
vcf2maf.pl
is called (empty column is generated with--retain-info
parameter). The HaplotypeCaller field is not retained. The MuTect2 column is then used later even though it contains no useful information:tempo/containers/vcf2maf/filter-germline-maf.R
Line 57 in 499ee2a
We might consider to retain the HaplotypeCaller column in the germline maf instead, and adjust the R script to use the
HaplotypeCaller
column instead.The text was updated successfully, but these errors were encountered: