We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vcfstreamsort: symbol lookup error: /home/p0129674/anaconda3/envs/my_pro/bin/../lib/libvcflib.so.1: undefined symbol: wavefront_align vcfuniq: symbol lookup error: /home/p0129674/anaconda3/envs/my_pro/bin/../lib/libvcflib.so.1: undefined symbol: wavefront_align Traceback (most recent call last): File "/home/p0129674/anaconda3/envs/my_pro/bin/vcffirstheader", line 17, in print(line.strip()) BrokenPipeError: [Errno 32] Broken pipe
The text was updated successfully, but these errors were encountered:
HI Etienne Ntumba check out the solution found in Error #566. It calls to downgrade one of the programs.
I just tried it, and my pipeline ran.
Sorry, something went wrong.
No branches or pull requests
samtools index snps.bam
fasta_generate_regions.py reference/ref.fa.fai 637096 > reference/ref.txt
freebayes-parallel reference/ref.txt 4 -p 2 -P 0 -C 2 -F 0.05 --min-coverage 10 --min-repeat-entropy 1.0 -q 13 -m 60 --strict-vcf -f reference/ref.fa snps.bam > snps.raw.vcf
vcfstreamsort: symbol lookup error: /home/p0129674/anaconda3/envs/my_pro/bin/../lib/libvcflib.so.1: undefined symbol: wavefront_align
vcfuniq: symbol lookup error: /home/p0129674/anaconda3/envs/my_pro/bin/../lib/libvcflib.so.1: undefined symbol: wavefront_align
Traceback (most recent call last):
File "/home/p0129674/anaconda3/envs/my_pro/bin/vcffirstheader", line 17, in
print(line.strip())
BrokenPipeError: [Errno 32] Broken pipe
The text was updated successfully, but these errors were encountered: