Mercurial > repos > yboursin > ebseq_eba
comparison GetAllPatterns.xml @ 0:ddd3dad04441 draft default tip
Uploaded
| author | yboursin |
|---|---|
| date | Thu, 20 Oct 2016 08:59:24 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:ddd3dad04441 |
|---|---|
| 1 <tool id="Get_All_Patterns" name="Get All Possible Patterns in a Multiple Condition Design" version="1.0.1"> | |
| 2 <description>Get all possible patterns in a multiple condition design</description> | |
| 3 | |
| 4 <macros> | |
| 5 <import>macros.xml</import> | |
| 6 </macros> | |
| 7 | |
| 8 <expand macro="requirements"/> | |
| 9 <expand macro="stdio"/> | |
| 10 | |
| 11 <command>R --quiet --slave --file=$__tool_directory__/GetAllPatterns.R --args $input $output</command> | |
| 12 <inputs> | |
| 13 <param name="input" type="text" size="60" value="C1,C2,C3" label="Enter the condition names | |
| 14 (separated by comma, no space please | |
| 15 )" help=""/> | |
| 16 </inputs> | |
| 17 <outputs> | |
| 18 <data format="tabular" name="output" /> | |
| 19 </outputs> | |
| 20 | |
| 21 <help> | |
| 22 | |
| 23 | |
| 24 </help> | |
| 25 | |
| 26 | |
| 27 <expand macro="citation" /> | |
| 28 | |
| 29 </tool> |
