-
Notifications
You must be signed in to change notification settings - Fork 9
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
Run terminates with error while on conda #17
Comments
Hi Anto007, Could you clarify some details? Is your installation from source or directly from conda container? Best, |
We will fix the underlying issue (that the conda package does not declare |
Closing here now that the new conda version is available @Anto007 thank you for the report, it was helpful. Please report any further issues |
Thank you very much! It works fine now. I would like to make a few suggestions (if I may):
Thanks again for your prompt support! |
One more thing: '--outtag' in the manual should be replaced with '--tag' |
Thanks, these are all good suggestions. |
The gzipping of some files and not others is a bit of laziness on our part: because |
I get this error during the middle of running macrel on conda:
Traceback (most recent call last):
File "/user/conda_macrel_env/bin/macrel", line 11, in
sys.exit(main())
File "/user/conda_macrel_env/lib/python3.7/site-packages/macrel/main.py", line 282, in main
do_predict(args, tdir)
File "/user/conda_macrel_env/lib/python3.7/site-packages/macrel/main.py", line 241, in do_predict
fs)
File "/user/conda_macrel_env/lib/python3.7/site-packages/macrel/AMP_predict.py", line 7, in predict
model1 = pickle.load(gzip.open(model1, 'rb'))
ModuleNotFoundError: No module named 'sklearn'
The commandline that I used after activating the conda macrel environment is this:
macrel contigs --fasta test_bacterium_genome.fasta --output test_contigs
I would appreciate your feedback here.
The text was updated successfully, but these errors were encountered: