-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calir3 ignores the bed file supported by --bed_fn #12
Comments
thanks guys we also tried to set the chr to 22 itself but that also was ignored. Let us know what to do . |
In your command, please use We are updating the help info in |
Thanks . We will give it a try. |
Thank you, I used the suggestion and I run into a different error:
Thanks, |
checking into the problem. |
Hi Madhat, Your
Thanks, |
Thank you,
Thanks, |
What's the output of running |
|
could you try passing the absolute path of your |
The bed file is: I got this error:
Thanks, |
confirmed to be a bug in Clair3. will fix it in the next release, as a fast workaround, you could modify |
"Out of range" problem fixed in v0.1-r2. Additional boundary checks are also added in the update. |
Calling variant using bed file:
run_clair3.sh --bam_fn ${HOME}/clair3/HG002.ONT.bam --ref_fn /${HOME}/hs37d5_mainchr.fa --threads 10 --platform ont --${HOME}/Clair3/modules/ont --output ${HOME}/chr22 --bed_fn ${HOME}/chr22.bed
cat chr22.bed:
22 1 10000000
The issue is Clair3 begin to call variant for chr1 !!
I take a look at chr22/run_clair3.log
Clair3/scripts/clair3.sh --bam_fn ${HOME}/HG002.ONT.bam --ref_fn /users/mmahmoud/home/public_workplace/scripts/snakefiles/test/hs37d5_mainchr.fa --threads 10 --model_path /users/mmahmoud/home/projects/princess/Clair3/modules/ont --platform ont --output ${HOME}/chr22 --bed_fn= --vcf_fn=EMPTY --ctg_name=EMPTY --sample_name=EMPTY --chunk_num=0 --chunk_size=5000000 --samtools=samtools --python=python3 --pypy=pypy3 --parallel=parallel --whatshap=whatshap --qual=0 --var_pct_full=0.3 --ref_pct_full=0.3 --snp_min_af=0.0 --indel_min_af=0.0 --pileup_only=False --gvcf=False --fast_mode=False --print_ref_calls=False --haploid_precise=False --haploid_sensitive=False --include_all_ctgs=False --no_phasing_for_fa=False
As you can see,
--bed_fn=
is empty.Additionally, we have this warning
scripts/clair3.sh: line 58: [: =: unary operator expected
Best,
Medhat
The text was updated successfully, but these errors were encountered: