介绍
下载
git clone https://github.com/eggnogdb/eggnog-mapper
cd eggnog-mapper
./download_eggnog_data.py -h
## usage: download_eggnog_data.py [-h] [-D] [-F] [-P] [-M] [-H] [-d HMMER_DBS] [--dbname DBNAME] [-y] [-f] [-s] [-q]
## [--data_dir]
##
## options:
## -h, --help show this help message and exit
## -D Do not install the diamond database (default: False)
## -F Install the novel families diamond and annotation databases, required for "emapper.py -m novel_fams"
## (default: False)
## -P Install the Pfam database, required for de novo annotation or realignment (default: False)
## -M Install the MMseqs2 database, required for "emapper.py -m mmseqs" (default: False)
## -H Install the HMMER database specified with "-d TAXID". Required for "emapper.py -m hmmer -d TAXID"
## (default: False)
## -d HMMER_DBS Tax ID of eggNOG HMM database to download. e.g. "-H -d 2" for Bacteria. Required if "-H". Available tax
## IDs can be found at http://eggnog5.embl.de/#/app/downloads. (default: None)
## --dbname DBNAME Tax ID of eggNOG HMM database to download. e.g. "-H -d 2 --dbname 'Bacteria'" to download Bacteria
## (taxid 2) to a directory named Bacteria (default: None)
## -y assume "yes" to all questions (default: False)
## -f forces download even if the files exist (default: False)
## -s simulate and print commands. Nothing is downloaded (default: False)
## -q quiet_mode (default: False)
## --data_dir Directory to use for DATA_PATH. (default: None)
使用
运行
参考