Mercurial > repos > yboursin > ebseq_eba
diff GetAllPatterns.xml @ 0:ddd3dad04441 draft default tip
Uploaded
| author | yboursin |
|---|---|
| date | Thu, 20 Oct 2016 08:59:24 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GetAllPatterns.xml Thu Oct 20 08:59:24 2016 -0400 @@ -0,0 +1,29 @@ +<tool id="Get_All_Patterns" name="Get All Possible Patterns in a Multiple Condition Design" version="1.0.1"> + <description>Get all possible patterns in a multiple condition design</description> + + <macros> + <import>macros.xml</import> + </macros> + + <expand macro="requirements"/> + <expand macro="stdio"/> + + <command>R --quiet --slave --file=$__tool_directory__/GetAllPatterns.R --args $input $output</command> +<inputs> + <param name="input" type="text" size="60" value="C1,C2,C3" label="Enter the condition names + (separated by comma, no space please + )" help=""/> + </inputs> + <outputs> + <data format="tabular" name="output" /> + </outputs> + +<help> + + +</help> + + + <expand macro="citation" /> + +</tool>
