biobakery / biobakery_workflows

bioBakery workflows is a collection of workflows and tasks for executing common microbial community analyses using standardized, validated tools and parameters.
http://huttenhower.sph.harvard.edu/biobakery_workflows
Other
97 stars 33 forks source link

biobakery_workflows_databases not working #2

Closed djbradshaw2 closed 4 years ago

djbradshaw2 commented 4 years ago

Dear Whom It May Concern,

I am attempting to run the workflows tutorial (https://github.com/biobakery/biobakery/wiki/biobakery_workflows#121-install-with-conda) on Ubuntu 20.04 LTS on Windows Subsystem for Linux 2. The conda script was not working, so I moved on the the pip method and everything seemed to work installing-wise. But I get the following error when attempting to download the database with biobakery_workflows v0.15.1:

(base) root@DESKTOP-6BMVSG8:/mnt/c/Users/bradshawd# biobakery_workflows_databases --install wmgx_demo Traceback (most recent call last): File "/usr/local/bin/biobakery_workflows_databases", line 5, in from biobakery_workflows.biobakery_workflows_databases import main File "/usr/local/lib/python3.8/dist-packages/biobakery_workflows/biobakery_workflows_databases.py", line 30, in from . import utilities File "/usr/local/lib/python3.8/dist-packages/biobakery_workflows/utilities.py", line 33, in from anadama2.tracked import TrackedDirectory File "/usr/local/lib/python3.8/dist-packages/anadama2/init.py", line 83, in from .workflow import Workflow File "/usr/local/lib/python3.8/dist-packages/anadama2/workflow.py", line 24, in from . import backends File "/usr/local/lib/python3.8/dist-packages/anadama2/backends.py", line 7, in import leveldb SystemError: bad call flags

How do I solve this issue?

Thank you for your time and help. Please let me know if you need more information.

Sincerely,

David

djbradshaw2 commented 4 years ago

Dear Whom It May Concern,

The conda script is now working, I am unsure if I was doing something wrong or if someone updated it. So I am continuing with that install and will no longer need the pip install method. Thank you for whomever fixed that if it was not user error. Closing this issue down. Stay safe!

Sincerely,

David