Mercurial > repos > iuc > datamash_ops
comparison macros.xml @ 0:c4611129661b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/datamash commit 8a7a779896ce1b9b296557a2c31bd93f5fbb5462
author | iuc |
---|---|
date | Wed, 28 Oct 2015 12:46:01 -0400 |
parents | |
children | 2f3c6f2dcf39 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c4611129661b |
---|---|
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> |