-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Im strugling with clair3 to get a ~50bp deletion detected. Any other variant I can see by eye is detected, but I have a deletion in ~ 100% of my reads, but for clair3 it seems hard to find.

I use the 0.1-r8 release, with the following parameters:
/opt/bin/run_clair3.sh --bam_fn ${NEWBASE}.bam --ref_fn ${reference} --threads=4 --platform=ont --model_path="/opt/models/ont"
--output ${NEWBASE}_clair3 --include_all_ctgs --snp_min_af=0.01 --indel_min_af=0.001
My data is ONT, pcr amplicon reads, >1000x coverage, downsampled to ~300x.
I've tested a few subsamplings, and in 1 case at 50x coverage it did find the deletion, but in another random sampling to again 50x, it did not find it.
Is there something I can do about this, or tweak some parameter so that it does find it?