Mercurial > repos > ning > ebseq
view GetAllPatterns.xml @ 23:675d21e7fabc draft
Uploaded
author | ning |
---|---|
date | Wed, 20 Mar 2013 00:08:20 -0400 |
parents | ce5c8d6c814e |
children |
line wrap: on
line source
<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>