Mercurial > repos > anmol > test1
comparison my_tool.xml @ 0:32cea4e3c801 draft default tip
Uploaded
| author | anmol |
|---|---|
| date | Thu, 12 Jun 2014 19:00:07 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:32cea4e3c801 |
|---|---|
| 1 <tool id="build_profile" name="build profile"> | |
| 2 <description> description build profile</description> | |
| 3 <command></command> | |
| 4 | |
| 5 <inputs> | |
| 6 <param name="input1" type="data" label="Select Target Sequence" help="Target Sequence in PIR format" /> | |
| 7 <param name="input2" type="data" label="Select Database" help="Database in PIR format" /> | |
| 8 <repeat name="queries" title="Target Sequence"> | |
| 9 <param name="input3" type="data" label="Select" /> | |
| 10 </repeat> | |
| 11 <repeat name="series" title="Series"> | |
| 12 <param name="input" type="data" format="tabular" label="Dataset"/> | |
| 13 <param name="xcol" type="data_column" data_ref="input" label="Column for x axis"/> | |
| 14 <param name="ycol" type="data_column" data_ref="input" label="Column for y axis"/> | |
| 15 </repeat> | |
| 16 </inputs> | |
| 17 | |
| 18 <outputs> | |
| 19 <data name="output1" format="txt" /> | |
| 20 </outputs> | |
| 21 </tool> |
