Mercurial > repos > bgruening > text_processing
comparison multijoin.xml @ 26:f22a309187a3 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/text_processing/text_processing commit c2b1677d1c94433f777c2dc28ac8eec0a99cc6a7
| author | bgruening |
|---|---|
| date | Fri, 16 Aug 2024 10:41:17 +0000 |
| parents | 74aae7d6cb09 |
| children | 08cdbfffce67 |
comparison
equal
deleted
inserted
replaced
| 25:cd83b5644eab | 26:f22a309187a3 |
|---|---|
| 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> |
