-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'm using Clair3 v1.2.0 to perform variant calling on ONT amplicon data. This is my Clair3 command:
/opt/bin/run_clair3.sh --threads=8 --platform="ont" --var_pct_full=1 --ref_pct_full=1 --var_pct_phasing=1 --min_mq=10 --enable_variant_calling_at_sequence_head_and_tail --haploid_sensitive --qual=15 --bam_fn=/orfeo/cephfs/scratch/burlo/nardone/minION_250331/reanalyses/STRC_analyses/25-703/2.ALIGNMENT/25-703.bam --ref_fn=/orfeo/cephfs/scratch/burlo/nardone/minION_250331/reanalyses/STRC_analyses/reference/STRC_ref.fasta --bed_fn=/orfeo/cephfs/scratch/burlo/nardone/minION_250331/reanalyses/STRC_analyses/25-703/3.VARIANT.CALLING/variant_calling_bed --model_path=/orfeo/LTS/burlo/LT_storage/shared/resources/clair3_model/r1041_e82_400bps_sup_v500 --output=${outdir}
In the resulting VCF I have two variants in two adjacent positions:
However, after sequencing the sample using WES, an indel is called at the same position, with the deletion of the reference bases (GT) and insertion of the alternative bases (AG). Inspecting the BAM from the ONT sequencing, this is the site:
What can be the reason why Clair3 is calling this variant as two distinct SNVs?
Best regards,
Giuseppe
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request