文件名称:blastdbget:从ftp.ncbi.nlm.nih.govblastdb下载Blast数据库,进行验证并提取
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-10 08:33:27
Python
为什么 update_blastdb.pl是单线程和Perl。 我们最终想要这样的事情: /home/jmbrown/blast ├── 2015-02-01 │ ├── nr.nhr │ ├── nr.nin │ └── nr.nnd ├── 2015-01-01 │ ├── nr.nhr │ ├── nr.nin │ └── nr.nnd ├── 2014-12-01 │ ├── nr.nhr │ ├── nr.nin │ └── nr.nnd └── latest -> /home/jmbrown/blast/2015-02-01 需要 blastdbcheck 带有sh的python 跑步 $ blastdbget -d 16SMicrobial -d sts -d taxdb $HOME/blast/2015-05-04 不指定-d将列
【文件预览】:
blastdbget-master
----.gitignore(44B)
----README.md(2KB)
----LICENSE(1KB)
----version.py(22B)
----setup.py(613B)
----blastdbget.py(10KB)