-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Hi,
I'm facing a curious problem. I've sequenced twice a sample : first with the R9 flowcell version and second with the R10 flowcell version, and it looks like I'm loosing some information in the clair3 results when I am interested in a particular variant. Here some results :
Both sequencing had been proceeded with :
_ Guppy : ont_guppy_for_gridion 6.3.8
_ Clair3 : Clair3 v0.1-r11 proceeded with a seqtk subsampling of 1000 reads (higher than Q7) from the initial fastq
1. Command line with the flowcells R9.4.1 with Kit 12 chemistry :
/opt/bin/run_clair3.sh \
--bam_fn="run_minimap2_ont.bam" --ref_fn="hg19.fasta" --threads=6 --platform="ont" \
--model_path="r941_prom_sup_g5014" --output="run" --bed_fn="gene.bed" --enable_phasing
Result : I found my variant in 100% (among 100 tests) of my VCF outputs.
2. Command line with the flowcells R10.4.1 with Kit 14 chemistry :
/opt/bin/run_clair3.sh \
--bam_fn="run_minimap2_ont.bam" --ref_fn="hg19.fasta" --threads=6 --platform="ont" \
--model_path="r1041_e82_400bps_hac_g632" --output="run" --bed_fn="gene.bed" --enable_phasing
Result : I found my variant in 91% (among 100 tests) of my VCF outputs.
Do you know a potential reason about why I'm loosing my interested variant in 9% of the case when I'm upgrading the flowcell version from R9 to R10? I've also tested the R10 protocol with the r1041_e82_260bps_hac_g632 and all the VCF outputs didn't contain my variant of interest.
Many thanks in advance.
Best regards,
Boris