Mercurial > repos > nml > combine_tabular_collection
comparison combine.xml @ 0:b815081988b5 draft default tip
Uploaded
author | nml |
---|---|
date | Mon, 06 Feb 2017 10:38:14 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b815081988b5 |
---|---|
1 <tool id="combine" name="Combine" version="0.1"> | |
2 <description>Combine Tabular with same header</description> | |
3 <command interpreter="bash"> | |
4 | |
5 combine.sh $output | |
6 #for $f in $texts# $f #end for# | |
7 </command> | |
8 <inputs> | |
9 <param name="texts" type="data_collection" label="Collection of Tabular data" help="" optional="false" format="txt" collection_type="list" /> | |
10 </inputs> | |
11 <stdio> | |
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."/> | |
13 </stdio> | |
14 | |
15 <outputs> | |
16 <data name="output" format="tabular" ></data> | |
17 </outputs> | |
18 <help> | |
19 | |
20 | |
21 | |
22 </help> | |
23 </tool> |