Mercurial > repos > galaxyp > eggnog_mapper
comparison tool-data/eggnog_mapper_db.loc.sample @ 6:3cb37af59360 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit 2200885b5049b2d952959001c8a9b5ae5c62bee5"
author | galaxyp |
---|---|
date | Sat, 05 Sep 2020 07:21:28 +0000 |
parents | a5a3bdd0954b |
children |
comparison
equal
deleted
inserted
replaced
5:a5a3bdd0954b | 6:3cb37af59360 |
---|---|
1 #This is a sample file distributed with Galaxy that enables tools | 1 #This is a sample file distributed with Galaxy that enables tools |
2 #to use a directory of eggnog_mapper data files. | 2 #to use a directory of eggnog_mapper data files. |
3 # | 3 # |
4 # eggnog-mapper requires the following files to be installed in the data directory: | 4 # eggnog-mapper requires the following files to be installed in the data directory: |
5 # https://github.com/jhcepas/eggnog-mapper/blob/master/data/og2level.tsv.gz | 5 # https://github.com/jhcepas/eggnog-mapper/blob/master/data/og2level.tsv.gz |
6 # http://eggnogdb.embl.de/download/eggnog_4.5/eggnog-mapper-data/eggnog.db.gz | 6 # http://eggnog5.embl.de/download/emapperdb-5.0.0/eggnog.db.gz |
7 # http://eggnogdb.embl.de/download/eggnog_4.5/eggnog-mapper-data/OG_fasta.tar.gz | |
8 # In addition individual HMM DBs can be installed from: | |
9 # http://eggnogdb.embl.de/download/eggnog_4.5/eggnog-mapper-data/hmmdb_levels/ | |
10 # A complete diamond database is available from: | 7 # A complete diamond database is available from: |
11 # http://eggnogdb.embl.de/download/eggnog_4.5/eggnog-mapper-data/eggnog_proteins.dmnd.gz | 8 # http://eggnog5.embl.de/download/emapperdb-5.0.0/eggnog_proteins.dmnd.gz |
12 # | 9 # |
13 # The python script download_eggnog_data.py, | 10 # The python script download_eggnog_data.py, |
14 # included with eggnog_mapper, can be used to download the files to the correct directory | 11 # included with eggnog_mapper, can be used to download the files to the correct directory |
15 # | 12 # |
16 # The near-equivalence of columns "value" and "db" is needed for the tests to work, | 13 # The near-equivalence of columns "value" and "db" is needed for the tests to work, |
17 # and for the setting of --data_dir to the parent directory of eggnog.db | 14 # and for the setting of --data_dir to the parent directory of eggnog.db |
18 # The complicated eggNOG database structure makes passing custom HMM databases somewhat tricky. | 15 # The complicated eggNOG database structure makes passing custom HMM databases somewhat tricky. |
19 # See test-data/cached_locally/eggnog_mapper.loc for how this was done with the included test databases | 16 # See test-data/cached_locally/eggnog_mapper.loc for how this was done with the included test databases |
20 # In all other cases, when the appropriate HMM database (for example, "thaNOG") was downloaded from eggnogdb.embl.de, | 17 # In all other cases, when the appropriate HMM database (for example, "thaNOG") was downloaded from eggnogdb.embl.de, |
21 # value and db should be the same (in the example, both should be "thaNOG") | 18 # value and db should be the same (in the example, both should be "thaNOG") |
22 # | 19 # |
23 # | 20 # |
24 #db_version name path | 21 #db_version name path |
25 #4.5.1 eggnog_4.5.1 /path/to/directory/that/contains/eggnog.db | 22 #5.0 eggnog_5.0 /path/to/directory/that/contains/eggnog.db |