comparison multijoin.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 4c752559b236
children
comparison
equal deleted inserted replaced
18:d698c222f354 19:12615d397df7
1 <tool id="tp_multijoin_tool" name="Multi-Join" version="@BASE_VERSION@.1"> 1 <tool id="tp_multijoin_tool" name="Multi-Join" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
2 <description>(combine multiple files)</description> 2 <description>(combine multiple files)</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="5.22.0.1">perl</requirement> 8 <requirement type="package" version="5.32">perl</requirement>
8 </requirements> 9 </requirements>
9 <command> 10 <command>
10 <![CDATA[ 11 <![CDATA[
11 perl '$__tool_directory__/multijoin' 12 perl '$__tool_directory__/multijoin'
12 --key '$key_column' 13 --key '$key_column'
13 --values '$value_columns' 14 --values '$value_columns'
14 --filler '$filler' 15 --filler '$filler'
15 $ignore_dups 16 $ignore_dups
16 $output_header 17 $output_header
17 $input_header 18 $input_header
18 $first_file 19 '$first_file'
19 #for $file in $files: 20 #for $file in $files:
20 '$file' 21 '$file'
21 #end for 22 #end for
22 > '$outfile' 23 > '$outfile'
23 ]]> 24 ]]>
124 125
125 .. class:: infomark 126 .. class:: infomark
126 127
127 Input files need not be sorted. 128 Input files need not be sorted.
128 129
129 @REFERENCES@
130 ]]> 130 ]]>
131 </help> 131 </help>
132 <expand macro="citations" /> 132 <expand macro="citations" />
133 </tool> 133 </tool>