comparison data_manager/data_manager_eggnog.xml @ 3:b711f5b6bd44 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/data_manager_eggnog_mapper_abspath commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
author galaxyp
date Fri, 19 Feb 2021 18:54:00 +0000
parents 2aec8d30ff42
children fcb8bdd124f4
comparison
equal deleted inserted replaced
2:2aec8d30ff42 3:b711f5b6bd44
1 <tool id="data_manager_eggnog_abspath" name="EggNOG DB Download" version="@VERSION@" tool_type="manage_data" profile="18.09">> 1 <tool id="data_manager_eggnog_abspath" name="EggNOG DB Download" version="@VERSION@+galaxy1" tool_type="manage_data" profile="18.09">
2 <description>eggnog data to a specified directory</description> 2 <description>eggnog data to a specified directory</description>
3 <macros> 3 <macros>
4 <import>eggnog_macros.xml</import> 4 <import>eggnog_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
22 <param name="target_path" value="/tmp" /> <!-- Not used in test mode --> 22 <param name="target_path" value="/tmp" /> <!-- Not used in test mode -->
23 </expand> 23 </expand>
24 </tests> 24 </tests>
25 <help><![CDATA[ 25 <help><![CDATA[
26 This tool downloads eggnog data using download_eggnog_data.py 26 This tool downloads eggnog data using download_eggnog_data.py
27 and populates the data tables: eggnog_mapper_db. 27 and populates the data tables: eggnog_mapper_db_versioned.
28 The data is located at: http://eggnog5.embl.de/download/emapperdb-5.0.0/ 28 The data is located at: http://eggnog5.embl.de/download/emapperdb-5.0.0/
29 can vary from 1G to 80G in size. 29 can vary from 1G to 80G in size.
30 30
31 The data will be downloaded to the specified directory. 31 The data will be downloaded to the specified directory.
32 You should not mix eggnog data versions in the same directory. 32 You should not mix eggnog data versions in the same directory.