comparison data_manager/vibrant_datamanager.xml @ 1:3f68072f2da6 draft

planemo upload for repository https://github.com/Helmholtz-UFZ/ufz-galaxy-tools/blob/main/data_managers/data_manager_vibrant commit c78bd5eafa3d9450305cc8b32ba9cf8c64c42ba7
author ufz
date Mon, 18 Nov 2024 15:26:23 +0000
parents 200343b50d46
children e0faddfd9cf9
comparison
equal deleted inserted replaced
0:200343b50d46 1:3f68072f2da6
1 <tool id="vibrant_build_database" name="vibrant" tool_type="manage_data" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> 1 <tool id="vibrant_build_database" name="vibrant" 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.2.1</token> 4 <token name="@TOOL_VERSION@">1.2.1</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 <xrefs> 8 <xrefs>
9 <xref type="bio.tools">VIBRANT</xref> 9 <xref type="bio.tools">VIBRANT</xref>
10 </xrefs> 10 </xrefs>
11 <requirements> 11 <requirements>
12 <requirement type="package" version="@TOOL_VERSION@">vibrant</requirement> 12 <requirement type="package" version="@TOOL_VERSION@">vibrant</requirement>
13 </requirements> 13 </requirements>
14 <command detect_errors="exit_code"><![CDATA[ 14 <command detect_errors="exit_code"><![CDATA[
15 set -eo pipefail; 15 set -eo pipefail;
16 download-db.sh vibrant_db && 16 mkdir -p '$out_file.extra_files_path'/vibrant_db &&
17 download-db.sh '$out_file.extra_files_path'/vibrant_db &&
17 cp '$dmjson' '$out_file' 18 cp '$dmjson' '$out_file'
18 ]]></command> 19 ]]></command>
19 <configfiles> 20 <configfiles>
20 <configfile name="dmjson"><![CDATA[ 21 <configfile name="dmjson"><![CDATA[
21 { 22 {