Open tgurbich opened 10 months ago
Thank you for pointing this out. We already found this issue since yesterday. And we will update the package to 4.1.4 in this two days.
Currently, you can consider to use 4.1.2 which does not have this issue or using the command to replace xxx.faa protein with xxx.fna meta.
Sorry for the inconvenience.
Perfect! Thanks a lot!
Hi @tgurbich , we recently updated package from 4.1.3 to 4.1.4. Thank you very much!
Hello!
First of all, thank you very much for this great tool.
I have just updated run_dbcan to version 4.1.3 (I am using biocontainers/bioconda version) and I am running into an error which it looks like is caused by this bit of code: https://github.com/linnabrown/run_dbcan/blob/master/dbcan/cli/run_dbcan.py#L749 There are differences between the code in the container and in the repo but the
gene
variable seems to be undefined in both.Here is the command I am running:
run_dbcan --dia_cpu 4 --hmm_cpu 4 --tf_cpu 4 --db_dir 4.1.3-V12 --out_dir results_4.1.3 --cgc_substrate --cluster BU_ATCC8492_noseq.gff BU_ATCC8492.faa protein
Here is the output:
Would you mind taking a look please?