-
Notifications
You must be signed in to change notification settings - Fork 22
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
enrichM database #125
Comments
Same problem. I think the current conda version did not include the last commit(s) (I only looked at the data.py file). Running I tried to run this command line :
And indeed, I did not install IPython on this conda env. I looked up a bit and I guess the last current conda version does not include the last commits, since this import has been removed here. Is it possible to update the current conda version with the last commits ? It's a shame that this bugs make the whole software completly unusable. |
Tried v 0.5.0 but the script is not finding the db
Tried the v 0.6.3 and even when you install iPython something weird happens:
|
For your first error with v.0.5, is it possible that it's a python version error ?
This has changed between python 2 and 3. |
@jsgounot the version 0.5.0 came with Python 3.6.13 in the conda env. I manually modified the script data.py as indicated by #103 but I'm worried that something else might be wrong due to a different version. For example, my script is clustering 2K proteins with 16 threads and 48GB for over 8 hours and still running.
|
I try to update the database, but it shows me unable to locate enrichM database. I open the envs folder in anaconda, but I didn't find a file named like "database", could you please tell me the name of this database , I would like to see if I can export it, thanks! |
I want to download the database. I used the command that "enrichm data" .but the database not download automatically.
(enrichm) user@user-X11DPi-N-T:~/Desktop$ enrichm data
usage: enrichm data [-h] [--log LOG] [--verbosity VERBOSITY] [--output OUTPUT]
[--force] [--uninstall] [--create CREATE] [--dry]
optional arguments:
-h, --help show this help message and exit
Logging options:
--log LOG Output logging information to this file.
--verbosity VERBOSITY
Level of verbosity (1 - 5 - default = 4) 5 = Very verbose, 1 = Silent
Output options:
--output OUTPUT Output directory
--force Overwrite previous run
Uninstall:
--uninstall Remove enrichm database
--create CREATE create enrichm database
--dry Download an empty database (debug)
None
The text was updated successfully, but these errors were encountered: