centos7 中安装 busco
001、系统
[root@PC1 software]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core)
002、python版本
[root@PC1 software]# python3 --version Python 3.11.3
003、gcc版本
[root@PC1 software]# gcc --version gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
003、git下载
[root@PC1 software]# git clone https://gitlab.com/ezlab/busco.git
004、执行安装程序
[root@PC1 software]# cd busco/ [root@PC1 busco]# ls bin CHANGELOG config CONTRIBUTING.md LICENSE README.md scripts setup.py src test_data tests [root@PC1 busco]# python3 setup.py install --user
005、测试程序
[root@PC1 busco]# cd bin/ [root@PC1 bin]# ls busco [root@PC1 bin]# ./busco --help | head 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 optional arguments: -i SEQUENCE_FILE, --in SEQUENCE_FILE Input sequence file in FASTA format. Can be an assembled genome or transcriptome (DNA), or protein sequences from an annotated gene set. Also possible to use a path to a directory containing multiple input files. -o OUTPUT, --out OUTPUT Give your analysis run a recognisable short name. Output folders and files will be labelled with this name. The path to the output folder is set with --out_path.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
2022-05-17 R语言中abline函数
2022-05-17 R语言中绘制曼哈顿图--线段图
2022-05-17 win10 中 PrtSc无法截屏的解决方法
2022-05-17 R语言中arrows函数
2022-05-17 R语言中 segments函数
2022-05-17 R语言绘制曼哈顿图——散点图
2021-05-17 c语言 ??????