You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
line = line.replace("u'","") # No idea why u' is prefixed...
TypeError: a bytes-like object is required, not 'str'
Has anyone come across the same error?
The text was updated successfully, but these errors were encountered:
Hello,
I am having an environment.yml file and I am installing vcfkit through conda. The file looks as follows:
name:myenv
channels:
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
line = line.replace("u'","") # No idea why u' is prefixed...
TypeError: a bytes-like object is required, not 'str'
Has anyone come across the same error?
The text was updated successfully, but these errors were encountered: