comparison data_manager/data_manager_deeparg.xml @ 1:50f4ff01d845 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_deeparg commit 71ee1813e65704528b3d3f9f8b12fa11ea760fee
author iuc
date Tue, 11 Mar 2025 13:04:13 +0000
parents 4a72de3780aa
children
comparison
equal deleted inserted replaced
0:4a72de3780aa 1:50f4ff01d845
1 <tool id="data_manager_deeparg" name="Download data for DeepARG" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" tool_type="manage_data" profile="22.05"> 1 <tool id="data_manager_deeparg" name="Download data for DeepARG" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" tool_type="manage_data" profile="22.05">
2 <description></description> 2 <description></description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">1.0.4</token> 4 <token name="@TOOL_VERSION@">1.0.4</token>
5 <token name="@VERSION_SUFFIX@">0</token> 5 <token name="@VERSION_SUFFIX@">1</token>
6 </macros> 6 </macros>
7 <requirements> 7 <requirements>
8 <requirement type="package" version="@TOOL_VERSION@">deeparg</requirement> 8 <requirement type="package" version="@TOOL_VERSION@">deeparg</requirement>
9 </requirements> 9 </requirements>
10 <command detect_errors="exit_code"><![CDATA[ 10 <command detect_errors="exit_code"><![CDATA[
11 mkdir -p '$out_file.extra_files_path' && 11 mkdir -p '$out_file.extra_files_path' &&
12 deeparg download_data -o '$out_file.extra_files_path/' && 12 deeparg download_data -o 'deeparg_$version' &&
13 mv 'deeparg_$version' '$out_file.extra_files_path' &&
13 cp '$dmjson' '$out_file' 14 cp '$dmjson' '$out_file'
14 ]]></command> 15 ]]></command>
15 <configfiles> 16 <configfiles>
16 <configfile name="dmjson"><![CDATA[ 17 <configfile name="dmjson"><![CDATA[
17 #from datetime import date 18 #from datetime import date