Open snayfach opened 2 years ago
Hi @snayfach, I was running into the same issue.
For me, it was the conda installation. I deleted the conda from conda install -c bioconda cat
. Instead, I create a new environment and installed both the dependencies with conda install -c bioconda diamond prodigal
. Maybe you could try this?
Yes that did the trick, thanks @divprasad!
I'm running
CAT v5.2.3 (10 February, 2021)
and am trying to create a custom database for CAT. I have all the needed input files, and I'm running:However I'm getting the error
too much arguments supplied:
and taking a look at the help text forCAT prepare
that makes sense bc none of the options above are listed:Could you update your documentation accordingly to provide instructions for building a custom database?