comparison data_manager/dfast.xml @ 1:23aec9361162 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/data_managers/data_manager_dfast commit 5198e932e9ca2342f444c89f6e5fef619188191f
author ufz
date Thu, 08 May 2025 11:23:17 +0000
parents a3ef2075f00e
children
comparison
equal deleted inserted replaced
0:a3ef2075f00e 1:23aec9361162
1 <tool id="data_manager_dfast" name="DFAST data manager" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" tool_type="manage_data" profile="20.01"> 1 <tool id="data_manager_dfast" name="DFAST data manager" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" tool_type="manage_data" profile="20.01">
2 <macros> 2 <macros>
3 <token name="@TOOL_VERSION@">1.3.6</token> 3 <token name="@TOOL_VERSION@">1.3.6</token>
4 <token name="@VERSION_SUFFIX@">0</token> 4 <token name="@VERSION_SUFFIX@">1</token>
5 </macros> 5 </macros>
6 <requirements> 6 <requirements>
7 <requirement type="package" version="@TOOL_VERSION@">dfast</requirement> 7 <requirement type="package" version="@TOOL_VERSION@">dfast</requirement>
8 </requirements> 8 </requirements>
9 <version_command>dfast --version | cut -d" " -f3</version_command> 9 <version_command>dfast --version | cut -d" " -f3</version_command>
21 { 21 {
22 "data_tables":{ 22 "data_tables":{
23 "dfast":[ 23 "dfast":[
24 { 24 {
25 "value":"$version_id", 25 "value":"$version_id",
26 "description":"DFAST DB from $version_id", 26 "name":"DFAST DB from $version_id",
27 "version":"$version_id", 27 "version":"$version_id",
28 "path":"$output_file.extra_files_path" 28 "path":"$output_file.extra_files_path"
29 } 29 }
30 ] 30 ]
31 } 31 }