Mercurial > repos > ning > ebseq
changeset 41:76a16146f5f1 draft
Uploaded
author | ning |
---|---|
date | Mon, 16 Jun 2014 16:24:12 -0400 |
parents | 2f3c2a102dc3 |
children | 66fc1abbdf07 |
files | GetAllPatterns.xml |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/GetAllPatterns.xml Mon Jun 16 16:24:12 2014 -0400 @@ -0,0 +1,19 @@ +<tool id="Get_All_Patterns" name="Get All Possible Patterns in a Multiple Condition Design"> + <description>Get all possible patterns in a multiple condition design</description> + <command>R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/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> + + +</tool>