-
Notifications
You must be signed in to change notification settings - Fork 8
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
bcf tools error and error in whatshap #29
Comments
Hi, I think there is some confusing language used on our behalf. Whatshap being disabled by default means that whatshap is disabled from changing genotypes during phasing. However, the problem here seems to be in bcftools, not whatshap, as shown by the error line NanoCaller/nanocaller_src/snpCaller.py Line 215 in 7823163
And the sorted/compressed VCF file is used by Whatshap. Since BCFtools is not working properly, it doesnt produce Uninstall: Reinstall: |
Just tried this fix, but continuing to get the same error. I installed NanoCaller using conda.
|
Hi, |
Hi, this issue seems to be caused by bcftools installation, see samtools/bcftools/issues/1698 and here. It seems like this can be fixed by downgrading openssl as follows: |
Hi,
I am trying to run Nanocaller using the command :
NanoCaller --bam _sorted.bam --ref ./sly.fa -chrom ch00 --mode snps --preset ont --cpu 64 --output Nano_Ch00 | tee stdout.txt
With the snp mode it runs through until variant calling mode and then throws this error
In the documentation it says whatshap is disabled by deafult. Not sure how to resolve this. I have attached my stdout file with this.
stdout.txt
I get the same error when I use mode 'all' as well.
The text was updated successfully, but these errors were encountered: