linnabrown / run_dbcan

Run_dbcan V4, using genomes/metagenomes/proteomes of any assembled organisms (prokaryotes, fungi, plants, animals, viruses) to search for CAZymes.
http://bcb.unl.edu/dbCAN2
GNU General Public License v3.0
138 stars 40 forks source link

There is NO need to add run_dbcan in docker run command #114

Open bladrome opened 1 year ago

bladrome commented 1 year ago
docker run --name <preferred_name> \
-v <host-path>:<container-path> \
-it haidyi/run_dbcan:latest \
run_dbcan <input_file> [params] \
--out_dir <output_dir>
apduncan commented 10 months ago

I encountered the same with the latest Docker image. Including run_dbcan as suggested in the Readme, it was getting consumed as the first argument. Given run_dbcan is the entrypoint in the Dockerfile, could the documentation be updated to give the docker command as

docker run --name <preferred_name> -v <host-path>:<container-path> -it haidyi/run_dbcan:latest <input_file> {protein,meta,prok} [params] --out_dir <output_dir>
linnabrown commented 10 months ago

Thank you so much @apduncan , we currently updating a new version for a more comprehensive pipeline and will integrate this new command.