Mercurial > repos > iuc > datamash
comparison macros.xml @ 0:72c4ad16a2ed draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/datamash commit c196ca939107154dbcfa84ed34fb01655f4fc59f-dirty
| author | iuc |
|---|---|
| date | Wed, 14 Oct 2015 16:19:37 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:72c4ad16a2ed |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <macros> | |
| 3 <xml name="inputs_outputs"> | |
| 4 <inputs> | |
| 5 <param format="tabular" help="" label="Input tabular dataset" name="in_file" type="data" /> | |
| 6 <yield /> | |
| 7 </inputs> | |
| 8 <outputs> | |
| 9 <data format="tabular" name="out_file" label="${tool.name} on ${on_string}" /> | |
| 10 </outputs> | |
| 11 </xml> | |
| 12 <xml name="requirements"> | |
| 13 <requirements> | |
| 14 <requirement type="package" version="1.0.6">datamash</requirement> | |
| 15 </requirements> | |
| 16 </xml> | |
| 17 <xml name="stdio"> | |
| 18 <stdio> | |
| 19 <exit_code description="Error" level="fatal" range="1:" /> | |
| 20 </stdio> | |
| 21 </xml> | |
| 22 <token name="@HELP_FOOTER@"> | |
| 23 ----- | |
| 24 | |
| 25 **GNU Datamash** is a Free and Open Source Software, see more details on the Datamash_ Website. | |
| 26 | |
| 27 **GNU Datamash** is also available as a command-line program, see http://www.gnu.org/software/datamash/download/ . | |
| 28 | |
| 29 For more details about supported statistical operations, see Datamash_ website. | |
| 30 | |
| 31 .. _Datamash: http://www.gnu.org/software/datamash/ | |
| 32 </token> | |
| 33 <token name="@HELP_HEADER@"> | |
| 34 .. class:: infomark | |
| 35 | |
| 36 **TIP:** Input data must be TAB delimited. If the desired dataset does not appear in the input list, use *Text Manipulation->Convert* to convert it to **Tabular** type. | |
| 37 | |
| 38 ----- | |
| 39 </token> | |
| 40 </macros> |
