-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Hello,
I am using a relatively high depth (~200X) ONT bam file from an individual to call SNPs. When I use the full depth file, I only get ~182,000 SNPs in the merged.vcf.gz file - if I downsample the bam file to ~100X, I get ~14.7M SNPs merged.vcf.gz file. My understanding is that Clair3 should downsample excessively high depth regions, so I'm not sure why this behaviour is happening - is there a parameter I should be changing, or a maximum depth I should downsample the bam file to?
I am using Clair3 v1.0.11 with the following command:
apptainer exec -B $indir,$outdir $sif /opt/bin/run_clair3.sh --include_all_ctgs --bam_fn=$bam_name --ref_fn=$genome --threads=${NSLOTS} --platform="ont" --model_path="/opt/models/r941_prom_sup_g5014" --output=$outdir --gvcf --var_pct_full=1 --ref_pct_full=1
Any advice on this would be much appreciated!