comparison data_manager/data_manager_eggnog.xml @ 1:a0625e4f566b draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper_data_manager commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
author galaxyp
date Fri, 19 Feb 2021 18:51:53 +0000
parents bcb556946648
children 55cb477ec52c
comparison
equal deleted inserted replaced
0:bcb556946648 1:a0625e4f566b
1 <tool id="data_manager_eggnog" name="EggNOG DB Download" version="@VERSION@.1" tool_type="manage_data"> 1 <tool id="data_manager_eggnog" name="EggNOG DB Download" version="@VERSION@+galaxy1" tool_type="manage_data" profile="18.09">
2 <description>eggnog data</description> 2 <description>eggnog data</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"/>
7 <expand macro="version_command"/> 7 <expand macro="version_command"/>
8 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
9 #import json, os 9 #import json, os
10 #set params = json.loads(open(str($out_file)).read()) 10 #set params = json.loads(open(str($out_file)).read())
11 #set install_path = $params['output_data'][0]['extra_files_path'].encode('ascii', 'replace') 11 #set install_path = $params['output_data'][0]['extra_files_path']
12 @DOWNLOAD_CMD@ 12 @DOWNLOAD_CMD@
13 ]]></command> 13 ]]></command>
14 <inputs> 14 <inputs>
15 <expand macro="data_manager_params"/> 15 <expand macro="data_manager_params"/>
16 </inputs> 16 </inputs>
17 <expand macro="data_manager_outputs"/> 17 <expand macro="data_manager_outputs"/>
18 <tests> 18 <tests>
19 <expand macro="data_manager_test"/> 19 <expand macro="data_manager_test"/>
20 </tests> 20 </tests>
21 <help><![CDATA[ 21 <help><![CDATA[
22 This tool downloads eggnog data using download_eggnog_data.py 22 This tool downloads eggnog data using download_eggnog_data.py
23 and populates the data tables: eggnog_mapper_db and eggnog_mapper_hmm_dbs. 23 and populates the data tables: eggnog_mapper_db_versioned.
24 The data is located at: http://eggnogdb.embl.de/download/emapperdb-4.5.1/ 24 The data is located at: http://eggnog5.embl.de/download/emapperdb-5.0.0/
25 The optional eggNOG HMM databases: http://eggnogdb.embl.de/download/emapperdb-4.5.1/hmmdb_levels/
26 can vary from 1G to 80G in size. 25 can vary from 1G to 80G in size.
27 26
28 This will install data relative to the galaxy_data_manager_data_path declared in config/galaxy.yml 27 This will install data relative to the galaxy_data_manager_data_path declared in config/galaxy.yml
29 in directory eggnog_data/<eggnog data version>/. 28 in directory eggnog_data/<eggnog data version>/.
30 The eggnog version is queried from the downloaded SQlite eggnog.db from table version. 29 The eggnog version is queried from the downloaded SQlite eggnog.db from table version.
31 ]]></help> 30 ]]></help>
32 <expand macro="citations"/> 31 <expand macro="citations"/>
33 </tool> 32 </tool>