Mercurial > repos > galaxyp > eggnog_mapper
annotate tool-data/eggnog_mapper_db_versioned.loc.sample @ 9:bb2fd26a081d draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit 622d8d475193f3717d26f45fd7c8f5868e9a2d0d
| author | galaxyp |
|---|---|
| date | Tue, 07 Jun 2022 14:56:07 +0000 |
| parents | 9d426cb7823b |
| children |
| rev | line source |
|---|---|
|
6
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
1 #This is a sample file distributed with Galaxy that enables tools |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
2 #to use a directory of eggnog_mapper data files. |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
3 # |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
4 # eggnog-mapper requires the following files to be installed in the data directory: |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
5 # https://github.com/jhcepas/eggnog-mapper/blob/master/data/og2level.tsv.gz |
|
7
9d426cb7823b
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit e45c15081260025e470d23975ef5a734d3f8fc66"
galaxyp
parents:
6
diff
changeset
|
6 # http://eggnog5.embl.de/download/emapperdb-5.0.2/eggnog.db.gz |
|
6
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
7 # A complete diamond database is available from: |
|
7
9d426cb7823b
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit e45c15081260025e470d23975ef5a734d3f8fc66"
galaxyp
parents:
6
diff
changeset
|
8 # http://eggnog5.embl.de/download/emapperdb-5.0.2/eggnog_proteins.dmnd.gz |
|
6
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
9 # |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
10 # The python script download_eggnog_data.py, |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
11 # included with eggnog_mapper, can be used to download the files to the correct directory |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
12 # |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
13 # The near-equivalence of columns "value" and "db" is needed for the tests to work, |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
14 # and for the setting of --data_dir to the parent directory of eggnog.db |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
15 # The complicated eggNOG database structure makes passing custom HMM databases somewhat tricky. |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
16 # See test-data/cached_locally/eggnog_mapper.loc for how this was done with the included test databases |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
17 # In all other cases, when the appropriate HMM database (for example, "thaNOG") was downloaded from eggnogdb.embl.de, |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
18 # value and db should be the same (in the example, both should be "thaNOG") |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
19 # |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
20 # |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
21 #db_version name path |
|
1d6c4af4b7bc
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
galaxyp
parents:
diff
changeset
|
22 #5.0 eggnog_5.0 /path/to/directory/that/contains/eggnog.db |
