docker 中软件的调用

 

001、

[liujiaxin01@PC1 ~]$ docker image ls
REPOSITORY       TAG          IMAGE ID       CREATED       SIZE
ezlabgva/busco   v5.4.7_cv1   a8c866d3a435   2 weeks ago   2.36GB
brentp/smoove    latest       125764dc6ef3   4 years ago   1.56GB
[liujiaxin01@PC1 ~]$ docker run -it ezlabgva/busco:v5.4.7_cv1 busco -h | head -n 5
usage: busco -i [SEQUENCE_FILE] -l [LINEAGE] -o [OUTPUT_NAME] -m [MODE] [OTHER OPTIONS]

Welcome to BUSCO 5.4.7: the Benchmarking Universal Single-Copy Ortholog assessment tool.
For more detailed usage information, please review the README file provided with this distribution and the BUSCO user guide. Visit this page https://gitlab.com/ezlab/busco#how-to-cite-busco to see how to cite BUSCO

 

posted @ 2023-05-19 11:42  小鲨鱼2018  阅读(20)  评论(0编辑  收藏  举报