PacificBiosciences / HiFi-human-WGS-WDL

BSD 3-Clause Clear License
52 stars 31 forks source link

New v2 pipeline #161

Closed gevro closed 2 hours ago

gevro commented 3 hours ago

Hi, In the new v2 pipeline, there is no option to turn off tertiary analysis. Does the pipeline still output the primary VCF calls before tertiary analysis is performed? Since we want the raw vcf files, as we use our own custom annotations and filter thresholds. We don't want only tertiary vcf files.

Thanks

williamrowell commented 2 hours ago

In the new v2 pipeline, there is no option to turn off tertiary analysis.

From the input documentation for the family.wdl workflow:

File?   tertiary_map_file   If omitted, tertiary analysis will be skipped.

Does the pipeline still output the primary VCF calls before tertiary analysis is performed?

Yes, the unfiltered VCFs are output regardless of whether tertiary analysis runs.