comparison humann2_split_stratified_table.xml @ 0:b58d3f965a49 draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 6753a2c0fec9222f5977cab43a855c63fa9f7bee
author iuc
date Tue, 01 Aug 2017 07:58:41 -0400
parents
children 28763c8b43f8
comparison
equal deleted inserted replaced
-1:000000000000 0:b58d3f965a49
1 <tool id="humann2_split_stratified_table" name="Split stratified table" version="@WRAPPER_VERSION@.0">
2 <description></description>
3 <macros>
4 <import>humann2_macros.xml</import>
5 </macros>
6 <expand macro="requirements"/>
7 <expand macro="version"/>
8 <command detect_errors="exit_code"><![CDATA[
9 humann2_split_stratified_table
10 --input '$input'
11 --output 'output'
12 ]]></command>
13 <inputs>
14 <param argument="--input" type="data" format="tsv,tabular,biom1" label="Stratified input table"/>
15 </inputs>
16 <outputs>
17 <data format="tsv" name="stratified" from_work_dir="output/*_stratified*" label="${tool.name} on ${on_string}: Stratified"/>
18 <data format="tsv" name="unstratified" from_work_dir="output/*_unstratified*" label="${tool.name} on ${on_string}: Unstratified"/>
19 </outputs>
20 <tests>
21 <test>
22 <param name="input" value="demo_genefamilies.tsv"/>
23 <output name="stratified" md5="308551b7ad06f6704d3dbb47db341089"/>
24 <output name="unstratified" md5="28a7254bd88afd42bdb4e41b6ae4253e"/>
25 </test>
26 </tests>
27 <help><![CDATA[
28 @HELP_HEADER@
29
30 This utility will split a table into two files (one stratified and one unstratified).
31 ]]></help>
32 <expand macro="citations"/>
33 </tool>