PacificBiosciences / HiPhase

Small variant, structural variant, and short tandem repeat phasing tool for PacBio HiFi reads
Other
71 stars 4 forks source link

Recommendations for input vcf #16

Closed mrvollger closed 1 year ago

mrvollger commented 1 year ago

Hi @holtjma,

Would you be able to share the DeepVariant parameters and filtering steps you use at PacBio before applying hiphase? I'd like to be as consistent as I can with your process! Sorry if this is documented and I missed it.

Cheers, Mitchell

holtjma commented 1 year ago

Hey Mitchell,

For testing, we've basically been using the pb-human-wgs-workflow-snakemake. The specific DeepVariant part can be found here: https://github.com/PacificBiosciences/pb-human-wgs-workflow-snakemake/blob/main/rules/sample_deepvariant.smk

Other components, like parameters for pbmm2, can also be found in that repo.

Matt

holtjma commented 1 year ago

I should mention that if you want a simple one-liner based on Docker, then you can use the built-in wrapper command like here:

https://github.com/google/deepvariant/blob/r1.5/docs/deepvariant-pacbio-model-case-study.md

My understanding is that these are equivalent.

mrvollger commented 1 year ago

Awesome! looks like very minimal filtering :)!

Thanks for the quick response.