4
|
1 <tool id="Get_All_Patterns" name="Get All Possible Patterns in a Multiple Condition Design">
|
|
2 <description>Get all possible patterns in a multiple condition design</description>
|
|
3 <command>R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/GetAllPatterns.R --args $input $output</command>
|
|
4 <inputs>
|
|
5 <param name="input" type="text" size="60" value="C1,C2,C3" label="Enter the condition names
|
19
|
6 (separated by comma, no space please
|
4
|
7 )" help=""/>
|
|
8 </inputs>
|
|
9 <outputs>
|
|
10 <data format="tabular" name="output" />
|
|
11 </outputs>
|
|
12
|
|
13 <help>
|
|
14
|
|
15
|
|
16 </help>
|
|
17
|
|
18
|
|
19 </tool>
|