Error with bcftools
I tried to run the following command and got an error stating
bcftools: ccall.c:237: update_bcf1: Assertion `call->unseen==nals-1' failed. Aborted (core dumped)
This is my command:
samtools mpileup -C 0 -A -B -d 10000 -v -u -f hg19/hg19lite_ucsc_chrM.fa MB_1294_N_P0061.R1_sort.bam | /usr/bin/bcftools call -O v -v -c -n 0.05 -p 1 -A -o MB_1294_N_P0061.R1.vcf
How can I solve this problem?
Thanks!
• 1,943 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Hello cassandratzh!
It appears that your post has been cross-posted to another site: http://stackoverflow.com/questions/36830782
This is typically not recommended as it runs the risk of annoying people in both communities.