amplab / snap

Scalable Nucleotide Alignment Program -- a fast and accurate read aligner for high-throughput sequencing data
https://www.microsoft.com/en-us/research/project/snap/
Apache License 2.0
287 stars 66 forks source link

Settings wrt datatype? #155

Closed matthdsm closed 1 year ago

matthdsm commented 2 years ago

Hi

Are there any recommend settings for different datatypes? e.g. Shallow WGS for CNV calling, SNP calling voor WES/WGS, ...

Thanks M

arun-sub commented 2 years ago

Thanks for your question. The default SNAP settings should work well for both CNV and SNP calling with GATK's Haplotype Caller as far as I know. Let us know if you run into any issues.

If you are using SNAP with the DRAGEN variant caller, we have the -hc- option to enable some optimizations specific to the DRAGEN variant caller (e.g., better handling of poor alignments with large soft clips, using base quality scores to better identify small INDELs).

matthdsm commented 2 years ago

Thank you for the reply! We're very impressed by the speed of the aligner.

Does the -hc- option also apply to the open source gatk in dragen mode or is it just for the fpga accelerated cloud version?

matthdsm commented 2 years ago

I can't find any docs on -ht- in the help or in the manual. Can I find documentation elsewhere?

arun-sub commented 2 years ago

-hc- should also apply to the open-source DRAGEN-GATK release

Documentation for -hc- is available in our user manual under Section "DRAGEN variant caller mode"

We also should have had it as part of the help message, but our help message inadvertently got too long that it overflows the space we allocated for it. We will fix this. Thanks for pointing this out.

matthdsm commented 1 year ago

Thanks for the replies! I'm going to close this now