-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Installing pygenefinder issue #3
Comments
Yes sorry I haven't yet set it up on pypi yet. You can install from the repo using: |
Hi Damien, I just ran into your package and it looks great. Thanks for sharing with the community. I am having troubles installing it tho. I have tried both your pip install the link in your comment above, and then the pip install -e git+https://github.com/dmnfarrell/pathogenie.git#egg=pathogenie. Both of which install it find in anaconda prompt but when i try to load in jupyter notebook give following errors: ModuleNotFoundError: No module named 'pygenefinder' or NameError: name 'urllib' is not defined I have python 3.6 . if you think of something that might be an easy fix i would appreciate it thanks! |
Hi Damien, I believe there is a small bug in your code. the tools.py doesn have the import urllib at the begging. That seemed to fix my issue but then i ran into a new one. HTTPError: HTTP Error 404: Not Found Let me know if you have any suggestions. thanks! |
Paola |
Thanks so much for the prompt reply. I will take a look at this for sure :) |
Hi Damien, I believe your suggestion did the trick. Thanks! I havent ran much on it but will get to it soon. I only ran this: featdf,recs = pathogenie.app.run_annotation('gisaid_cov2020_sequences.fasta', kingdom='viruses') and seemed to give expeccted output. Just a couple naive questions... Thanks! |
1.Yes I renamed it to pathogenie. If you see any references to the old name let me know. |
Hi Damien, Thanks for the comments. Yes very happy to test things out :) Will definitly comment back once i get a chance. |
I am having issues installing pygenefinder on my Macintosh machine (python 3.7.0), would you have any suggestion to resolve the issue?
pip install pygenefinder resulted in the following errors:
ERROR: Could not find a version that satisfies the requirement pygenefinder (from versions: none)
ERROR: No matching distribution found for pygenefinder
Kind regards
The text was updated successfully, but these errors were encountered: