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
Next fix is for spliting TUMOR from strelka. When splitting we cannot use "-c1" for strelka as we don't have the tag in vcf file to check for --min-ac/--max-ac. We need to update the tumor splitting command for strelka to remove -c1:
Germline Pipeline
This will prevent any unnecessary compute and will reduce overall runtime.
Fix strelka issue
Filtering from GATK is not working for strelka, resolved by adding these two commands before it goes to norm & splitting:
Next fix is for spliting TUMOR from strelka. When splitting we cannot use "-c1" for strelka as we don't have the tag in vcf file to check for
--min-ac/--max-ac
. We need to update the tumor splitting command for strelka to remove -c1:Tumor only
Need to update rule all so that the strelka and muse output files do not get created for tumor-only samples
The text was updated successfully, but these errors were encountered: