ncbi-genome-download工具能根据输入的taxid或物种名称直接从NCBI上批量下载序列的软件,支持下载多种格式。 2. taxonkit 与 ncbi-genome-download安装 使用conda安装。 # taxonkit安装conda install taxonkit -y# NCBI上批量下载序列软件conda install -c bioconda ncbi-genome-download -y 3. NCBI Taxonomy 数据文件下...
1. 简介 ncbi-genome-download是一个可以直接从NCBI上批量下载序列的软件,支持下载多种格式。 2. 安装 利用conda安装即可 conda install-c bioconda ncbi-genome-download 3. 重要参数说明 -s:选择数据库(genbank,refseq),默认是refseq数据库 -F:需要下载基因组的格式,可以多种格式同时下载,用逗号隔开,默认是gen...
最新版本基于python3开发,ncbi-genome-download 0.2.12为最后一个支持python2的版本。通过pip或conda安装。github文档提供示例,本文补充未提及的示例。使用--strains选项下载特定菌株,如丁香假单胞杆菌番茄致病变种DC3000(Pseudomonas syringae pv. tomato str. DC3000)。使用--assembly-accessions下载特定...
conda install -c bioconda ncbi-genome-download ncbi-genome-download仅在Python团队仍活跃支持下的Python版本上开发和测试。目前,这些代表版本有3.5,3.6,3.7和3.8。具体来说,没有尝试在3.5之前的Python版本下进行测试。 如果您的系统停留在旧版本的 Python 上,请考虑使用Homebrew等工具获取更新版本。
conda install -c bioconda ncbi-genome-download ncbi-genome-downloadis only developed and tested on Python releases still under active support by the Python project. At the moment, this means versions 3.5, 3.6, 3.7, and 3.8. Specifically, no attempt at testing under Python versions older than ...