Skip to content

Missing SNPs from high depth file #397

@danielwood1992

Description

@danielwood1992

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions