VCF-kit
VCF-kit copied to clipboard
TypeError Python 3
Hello,
I am having an environment.yml file and I am installing vcfkit through conda. The file looks as follows:
name:myenv channels:
- bioconda depedencies: -vcfkit
I get the following error when I am using vcfkit:
Command error:
Traceback (most recent call last):
File "/opt/conda/envs/myenv/lib/python3.6/site-packages/vcfkit/vcf2tsv.py", line 89, in
Has anyone come across the same error?
@sofsta I have just submitted a new version that I believe will resolve this. Please try the latest version (0.2.9)
@danielecook Thank you! Are you planning to update the conda environment as well?