在macOS和Linux上,可以直接在“应用程序”或“启动器”中找到“终端”。 输入conda安装命令: 在终端中输入以下命令来安装vcftools: bash conda install -c bioconda vcftools 这条命令会从bioconda这个conda频道中下载并安装vcftools及其所有依赖项。 执行安装命令: 按回车键执行上述命令。conda将开始下载并安装vcftoo...
1. 下载安装VCFtools 在官网(https://vcftools.github.io/index.html)下载VCFtools安装包,下载地址链接为https://vcftools.github.io/downloads.html,该网页内界面如下所示,方框内为下载按钮。如果点击的是View On GitHub需要进入release中寻找最新版本(https://github.com/vcftools/vcftools/releases/tag/v0.1.16)。