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
{{ message }}
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
Yes, the documentation is more or less nonexistent - my apologies, I'll try to add some in the coming weeks.
It looks like you're having some trouble installing the very useful package pyvcf. What version of python are you using? If you install that package separately - using pip or easy_install or however you normally install python modules - does it work?
Hello,
Sorry for the late response.
I am using Python 2.7.6. I worked when I ran sudo pip install pyvcf before sudo python setup.py install.
To make sure that everything is installed correctly, I ran:
python test_pymergevcfs.py
....
Ran 4 tests in 0.052s
OK
So now how can I run the tool on some vcf files?
Do I need to write some python code like in test_pymergevcfs.py or can I just run some commands with some input parameters?
Thanks,
Alpha
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
Thank you for writing this tool. I have some issues with the installation. I did not find any documentation to help me through that process.
I have the following error when running the python setup script:
Reading https://pypi.python.org/simple/pyvcf/
Best match: PyVCF 0.6.8.linux-x86-64
Downloading https://pypi.python.org/packages/3.5/P/PyVCF/PyVCF-0.6.8.linux-x86_64.tar.gz#md5=4eeb9700b03d4ab234c58227fb5f0331
Processing PyVCF-0.6.8.linux-x86_64.tar.gz
error: Couldn't find a setup script in /tmp/easy_install-qT8VvL/PyVCF-0.6.8.linux-x86_64.tar.gz
Thanks,
Alpha
The text was updated successfully, but these errors were encountered: