Mercurial > repos > yboursin > ebseq_eba
comparison ChoosePatterns.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="Choose_Patterns" name="Choose Patterns of Interest in a Multiple Condition Design" version="1.0.1"> | |
| 2 <description>Choose patterns of interest 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__/ChoosePatterns.R --args $All_Possible_Patterns $Rows_of_interests $output</command> | |
| 12 <inputs> | |
| 13 <param name="All_Possible_Patterns" type="data" label="All Possible Patterns" help=""/> | |
| 14 <param name="Rows_of_interests" type="text" size="60" value="1,2,3" label="Enter the rows | |
| 15 of interests (separated by comma, no space please)" /> | |
| 16 </inputs> | |
| 17 <outputs> | |
| 18 <data format="tabular" name="output" /> | |
| 19 </outputs> | |
| 20 | |
| 21 <help> | |
| 22 Input could be obtained from Get All Possible Patterns Function | |
| 23 | |
| 24 </help> | |
| 25 | |
| 26 <expand macro="citation" /> | |
| 27 | |
| 28 </tool> |
