31
|
1 <tool id="Choose_Patterns" name="Choose Patterns of Interest in a Multiple Condition Design">
|
|
2 <description>Choose patterns of interest in a multiple condition design</description>
|
|
3 <command>R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/ChoosePatterns.R --args $All_Possible_Patterns $Rows_of_interests $output</command>
|
|
4 <inputs>
|
|
5 <param name="All_Possible_Patterns" type="data" label="All Possible Patterns" help=""/>
|
|
6 <param name="Rows_of_interests" type="text" size="60" value="1,2,3" label="Enter the rows
|
|
7 of interests (separated by comma, no space please)" />
|
|
8 </inputs>
|
|
9 <outputs>
|
|
10 <data format="tabular" name="output" />
|
|
11 </outputs>
|
|
12
|
|
13 <help>
|
|
14 Input could be obtained from Get All Possible Patterns Function
|
|
15
|
|
16 </help>
|
|
17
|
|
18
|
|
19 </tool>
|