comparison data_manager/checkv_datamanager.xml @ 1:3756ac7a625b draft

planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/data_managers/data_manager_checkv commit 6af6386e3049c1c95535118f68d0f51c8610e96b
author ufz
date Fri, 20 Sep 2024 09:44:08 +0000
parents 4bd77968fe29
children 88042a5ead89
comparison
equal deleted inserted replaced
0:4bd77968fe29 1:3756ac7a625b
1 <tool id="checkv_build_database" name="CheckV" tool_type="manage_data" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> 1 <tool id="checkv_build_database" name="CheckV" tool_type="manage_data" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>database builder</description> 2 <description>database builder</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">1.0.3</token> 4 <token name="@TOOL_VERSION@">1.0.3</token>
5 <token name="@VERSION_SUFFIX@">0</token> 5 <token name="@VERSION_SUFFIX@">1</token>
6 <token name="@PROFILE@">22.01</token> 6 <token name="@PROFILE@">22.01</token>
7 </macros> 7 </macros>
8 <requirements> 8 <requirements>
9 <!-- DM only needs diamon (which comes with checkv) --> 9 <!-- DM only needs diamon (which comes with checkv) -->
10 <requirement type="package" version="@TOOL_VERSION@">checkv</requirement> 10 <requirement type="package" version="@TOOL_VERSION@">checkv</requirement>
23 <configfile name="dmjson"><![CDATA[ 23 <configfile name="dmjson"><![CDATA[
24 { 24 {
25 "data_tables":{ 25 "data_tables":{
26 "checkv":[ 26 "checkv":[
27 { 27 {
28 "path":"", 28 "path":"checkv-db/",
29 "name":"Version $version", 29 "name":"Version $version",
30 "version":"$version", 30 "version":"$version",
31 "value":"$version" 31 "value":"$version"
32 } 32 }
33 ] 33 ]