Skip to content
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

Tools param (-t) breaks run_dbcan v2.0.11 #78

Closed
acvill opened this issue Oct 1, 2021 · 3 comments
Closed

Tools param (-t) breaks run_dbcan v2.0.11 #78

acvill opened this issue Oct 1, 2021 · 3 comments

Comments

@acvill
Copy link

acvill commented Oct 1, 2021

I've found an issue with run_dbcan 2.0.11. Adding the optional -t all parameter causes the program to break. Exclusion of -t results in the correct output using the provided test files for both prok and protein inputs.

Works

run_dbcan.py EscheriaColiK12MG1655.faa protein -c EscheriaColiK12MG1655.gff --out_dir out_protein --db_dir /home/dbcan2/db
run_dbcan.py EscheriaColiK12MG1655.fna prok --out_dir out_prok --db_dir /home/dbcan2/db

Does not work

run_dbcan.py EscheriaColiK12MG1655.faa protein -c EscheriaColiK12MG1655.gff -t all --out_dir out_protein --db_dir /home/dbcan2/db
run_dbcan.py EscheriaColiK12MG1655.fna prok -t all --out_dir out_prok --db_dir /home/dbcan2/db

Originally posted by @acvill in #50 (comment)

@acvill
Copy link
Author

acvill commented Oct 1, 2021

More context for the observed error can be found in issue #50

#50 (comment)

@linnabrown
Copy link
Owner

Do you still have this issue in current Bioconda version?

@linnabrown
Copy link
Owner

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants