Mercurial > repos > ufz > genomad_build_database
comparison data_manager/genomad_datamanager.xml @ 1:03623fc64d5c draft
planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/data_managers/data_manager_genomad commit c78bd5eafa3d9450305cc8b32ba9cf8c64c42ba7
author | ufz |
---|---|
date | Mon, 18 Nov 2024 15:26:08 +0000 |
parents | c4ec3d81eeee |
children | 75abfb03b635 |
comparison
equal
deleted
inserted
replaced
0:c4ec3d81eeee | 1:03623fc64d5c |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="genomad_build_database" name="geNomad" tool_type="manage_data" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> | 2 <tool id="genomad_build_database" name="geNomad" tool_type="manage_data" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
3 <description>database builder</description> | 3 <description>database builder</description> |
4 <macros> | 4 <macros> |
5 <token name="@TOOL_VERSION@">1.8.0</token> | 5 <token name="@TOOL_VERSION@">1.8.0</token> |
6 <token name="@VERSION_SUFFIX@">0</token> | 6 <token name="@VERSION_SUFFIX@">1</token> |
7 <token name="@PROFILE@">22.01</token> | 7 <token name="@PROFILE@">22.01</token> |
8 </macros> | 8 </macros> |
9 <requirements> | 9 <requirements> |
10 <requirement type="package" version="1.21.4">wget</requirement> | 10 <requirement type="package" version="1.21.4">wget</requirement> |
11 </requirements> | 11 </requirements> |
16 ## https://zenodo.org/records/11945948/files/genomad_microdb.tar.gz?download=1 | 16 ## https://zenodo.org/records/11945948/files/genomad_microdb.tar.gz?download=1 |
17 ## #else | 17 ## #else |
18 https://zenodo.org/records/10594875/files/genomad_db_v${version}.tar.gz?download=1 | 18 https://zenodo.org/records/10594875/files/genomad_db_v${version}.tar.gz?download=1 |
19 ## #end if | 19 ## #end if |
20 | tar -xzv && | 20 | tar -xzv && |
21 mkdir -p '$out_file.extra_files_path' && | |
22 mv genomad_db '$out_file.extra_files_path' && | |
21 cp '$dmjson' '$out_file' | 23 cp '$dmjson' '$out_file' |
22 ]]></command> | 24 ]]></command> |
23 <configfiles> | 25 <configfiles> |
24 <configfile name="dmjson"><![CDATA[ | 26 <configfile name="dmjson"><![CDATA[ |
25 { | 27 { |