Clair3 icon indicating copy to clipboard operation
Clair3 copied to clipboard

Clair3 - Symphonizing pileup and full-alignment for high-performance long-read variant calling

Results 30 Clair3 issues
Sort by recently updated
recently updated
newest added

Although cram files are supported, I believe it only works if you have internet connection to download or a local cache of the reference genome. Without these you get decode...

Hi, I have high quality ONT reads from a single cell that passed all the quality check. I assembled these reads into a genome, then used Clair3 on the reads...

bug

Hi, I am getting the following issue when trying to install clair3 using conda. Thanks. ``` (base) ➜ ~ conda create -n clair3 -c bioconda clair3 python=3.9.0 -y Channels: -...

community support needed

When I was trying to run vcfeval with the same vcf generated by Clair3 using the following command, I find that I am getting 3518 out of 5440881 FPs/FNs ./rtg...

enhancement

Hello, I just tried the Installation from Bioconda like this: ``` mamba create -n clair3_env -c bioconda clair3 mamba activate clair3_env ``` Unfortunately, there is no `clair.sh` in my environment...

community support needed

Hi, I have set the min_coverage parameter to 10, but am still observing calls with read counts below that number in the final VCF. When I up the parameter to...

bug

Hi, When I run the following clair3 command with --vcf_fn and --print_ref_calls provided, reference records report the genotype as ./. and don't report the other format fields (DP, etc.) ```...

enhancement

I ran a high coverage sample and got seg fault with clair3.py CallVariantsFromCffi running 1.0.4 Running a version of python3.9-debug allowed me to pinpoint the crash at clair3_full_alignment.c:656 which is...

enhancement

I've been running Clair3 (v1.01) on some pig samples with ONT reads. I noticed that Clair3 has been assigning the "1/1" genotype to SNVs that have an allele frequency where...

enhancement

Running clair3 without `--longphase_for_phasing` results in an error when using a bgzipped reference indexed with samtools: ```bash apptainer exec clair3-v0.1-r12.sif \ /opt/bin/run_clair3.sh \ --bam_fn=test.cram \ --ref_fn=GCA_000001405.15_GRCh38_no_alt_analysis_set.fna.gz \ --platform="ilmn" \ --model_path="/opt/models/ilmn"...

dependency