# HG changeset patch # User galaxyp # Date 1613760865 0 # Node ID 4e4c6329f6cd9be73db49721d30ec246b7b9269b # Parent 3cb37af59360ca08706aa448f58bb351cca6f716 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7" diff -r 3cb37af59360 -r 4e4c6329f6cd eggnog_macros.xml --- a/eggnog_macros.xml Sat Sep 05 07:21:28 2020 +0000 +++ b/eggnog_macros.xml Fri Feb 19 18:54:25 2021 +0000 @@ -1,7 +1,14 @@ 2.0.1 - 5.0 + 2.0 + + 2.0 10.1093/nar/gkv1248 @@ -47,7 +54,7 @@ - + diff -r 3cb37af59360 -r 4e4c6329f6cd eggnog_mapper.xml --- a/eggnog_mapper.xml Sat Sep 05 07:21:28 2020 +0000 +++ b/eggnog_mapper.xml Fri Feb 19 18:54:25 2021 +0000 @@ -1,4 +1,4 @@ - + functional sequence annotation by orthology eggnog_macros.xml @@ -42,7 +42,9 @@ - + + + @@ -243,15 +245,15 @@ - + - - + + @@ -262,8 +264,8 @@
- - + +
diff -r 3cb37af59360 -r 4e4c6329f6cd test-data/cached_locally/eggnog_mapper_db.loc --- a/test-data/cached_locally/eggnog_mapper_db.loc Sat Sep 05 07:21:28 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -#value name path -5.0 eggNOG_5.0 ${__HERE__} diff -r 3cb37af59360 -r 4e4c6329f6cd test-data/cached_locally/eggnog_mapper_db_versioned.loc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/cached_locally/eggnog_mapper_db_versioned.loc Fri Feb 19 18:54:25 2021 +0000 @@ -0,0 +1,2 @@ +#value name path version +2.0 eggNOG_2.0 ${__HERE__} 2.0 diff -r 3cb37af59360 -r 4e4c6329f6cd tool-data/eggnog_mapper_db.loc.sample --- a/tool-data/eggnog_mapper_db.loc.sample Sat Sep 05 07:21:28 2020 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -#This is a sample file distributed with Galaxy that enables tools -#to use a directory of eggnog_mapper data files. -# -# eggnog-mapper requires the following files to be installed in the data directory: -# https://github.com/jhcepas/eggnog-mapper/blob/master/data/og2level.tsv.gz -# http://eggnog5.embl.de/download/emapperdb-5.0.0/eggnog.db.gz -# A complete diamond database is available from: -# http://eggnog5.embl.de/download/emapperdb-5.0.0/eggnog_proteins.dmnd.gz -# -# The python script download_eggnog_data.py, -# included with eggnog_mapper, can be used to download the files to the correct directory -# -# The near-equivalence of columns "value" and "db" is needed for the tests to work, -# and for the setting of --data_dir to the parent directory of eggnog.db -# The complicated eggNOG database structure makes passing custom HMM databases somewhat tricky. -# See test-data/cached_locally/eggnog_mapper.loc for how this was done with the included test databases -# In all other cases, when the appropriate HMM database (for example, "thaNOG") was downloaded from eggnogdb.embl.de, -# value and db should be the same (in the example, both should be "thaNOG") -# -# -#db_version name path -#5.0 eggnog_5.0 /path/to/directory/that/contains/eggnog.db diff -r 3cb37af59360 -r 4e4c6329f6cd tool-data/eggnog_mapper_db_versioned.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/eggnog_mapper_db_versioned.loc.sample Fri Feb 19 18:54:25 2021 +0000 @@ -0,0 +1,22 @@ +#This is a sample file distributed with Galaxy that enables tools +#to use a directory of eggnog_mapper data files. +# +# eggnog-mapper requires the following files to be installed in the data directory: +# https://github.com/jhcepas/eggnog-mapper/blob/master/data/og2level.tsv.gz +# http://eggnog5.embl.de/download/emapperdb-5.0.0/eggnog.db.gz +# A complete diamond database is available from: +# http://eggnog5.embl.de/download/emapperdb-5.0.0/eggnog_proteins.dmnd.gz +# +# The python script download_eggnog_data.py, +# included with eggnog_mapper, can be used to download the files to the correct directory +# +# The near-equivalence of columns "value" and "db" is needed for the tests to work, +# and for the setting of --data_dir to the parent directory of eggnog.db +# The complicated eggNOG database structure makes passing custom HMM databases somewhat tricky. +# See test-data/cached_locally/eggnog_mapper.loc for how this was done with the included test databases +# In all other cases, when the appropriate HMM database (for example, "thaNOG") was downloaded from eggnogdb.embl.de, +# value and db should be the same (in the example, both should be "thaNOG") +# +# +#db_version name path +#5.0 eggnog_5.0 /path/to/directory/that/contains/eggnog.db diff -r 3cb37af59360 -r 4e4c6329f6cd tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Sat Sep 05 07:21:28 2020 +0000 +++ b/tool_data_table_conf.xml.sample Fri Feb 19 18:54:25 2021 +0000 @@ -1,7 +1,7 @@ - - value,name,path - +
+ value,name,path,version +
diff -r 3cb37af59360 -r 4e4c6329f6cd tool_data_table_conf.xml.test --- a/tool_data_table_conf.xml.test Sat Sep 05 07:21:28 2020 +0000 +++ b/tool_data_table_conf.xml.test Fri Feb 19 18:54:25 2021 +0000 @@ -1,7 +1,7 @@ - - value,name,path - +
+ value,name,path,version +