annotate combine.xml @ 0:b815081988b5 draft default tip

Uploaded
author nml
date Mon, 06 Feb 2017 10:38:14 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b815081988b5 Uploaded
nml
parents:
diff changeset
1 <tool id="combine" name="Combine" version="0.1">
b815081988b5 Uploaded
nml
parents:
diff changeset
2 <description>Combine Tabular with same header</description>
b815081988b5 Uploaded
nml
parents:
diff changeset
3 <command interpreter="bash">
b815081988b5 Uploaded
nml
parents:
diff changeset
4
b815081988b5 Uploaded
nml
parents:
diff changeset
5 combine.sh $output
b815081988b5 Uploaded
nml
parents:
diff changeset
6 #for $f in $texts# $f #end for#
b815081988b5 Uploaded
nml
parents:
diff changeset
7 </command>
b815081988b5 Uploaded
nml
parents:
diff changeset
8 <inputs>
b815081988b5 Uploaded
nml
parents:
diff changeset
9 <param name="texts" type="data_collection" label="Collection of Tabular data" help="" optional="false" format="txt" collection_type="list" />
b815081988b5 Uploaded
nml
parents:
diff changeset
10 </inputs>
b815081988b5 Uploaded
nml
parents:
diff changeset
11 <stdio>
b815081988b5 Uploaded
nml
parents:
diff changeset
12 <exit_code range="5" level="warning" description="Your input sets were all empty. Either the tool that generated the input sets did not work correctly or no results were found."/>
b815081988b5 Uploaded
nml
parents:
diff changeset
13 </stdio>
b815081988b5 Uploaded
nml
parents:
diff changeset
14
b815081988b5 Uploaded
nml
parents:
diff changeset
15 <outputs>
b815081988b5 Uploaded
nml
parents:
diff changeset
16 <data name="output" format="tabular" ></data>
b815081988b5 Uploaded
nml
parents:
diff changeset
17 </outputs>
b815081988b5 Uploaded
nml
parents:
diff changeset
18 <help>
b815081988b5 Uploaded
nml
parents:
diff changeset
19
b815081988b5 Uploaded
nml
parents:
diff changeset
20
b815081988b5 Uploaded
nml
parents:
diff changeset
21
b815081988b5 Uploaded
nml
parents:
diff changeset
22 </help>
b815081988b5 Uploaded
nml
parents:
diff changeset
23 </tool>