comparison unfold_column.xml @ 19:12615d397df7 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit 70980e329cd9fa78e74bf14a76fd4ded9bd2b91f
author bgruening
date Thu, 29 Feb 2024 22:15:20 +0000
parents 74a8bef53a00
children
comparison
equal deleted inserted replaced
18:d698c222f354 19:12615d397df7
1 <tool id="tp_unfold_column_tool" name="Unfold" version="@BASE_VERSION@.1"> 1 <tool id="tp_unfold_column_tool" name="Unfold" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>columns from a table</description> 2 <description>columns from a table</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="creator"/>
6 <requirements> 7 <requirements>
7 <requirement type="package" version="2.7.13">python</requirement> 8 <requirement type="package" version="3.12">python</requirement>
8 </requirements> 9 </requirements>
9 <command> 10 <command>
10 <![CDATA[ 11 <![CDATA[
11 python '$__tool_directory__/unfold_column.py' 12 python '$__tool_directory__/unfold_column.py'
12 '${infile}' 13 '${infile}'
58 a b 2 c 59 a b 2 c
59 a b 3 c 60 a b 3 c
60 a b 4 c 61 a b 4 c
61 a b 5 c 62 a b 5 c
62 63
63 @REFERENCES@
64 ]]> 64 ]]>
65 </help> 65 </help>
66 <expand macro="citations" /> 66 <expand macro="citations" />
67 </tool> 67 </tool>