Mercurial > repos > mmaiensc > ember
view GALAXY_FILES/tools/EMBER/Make_Logo.xml @ 0:003f802d4c7d
Uploaded
author | mmaiensc |
---|---|
date | Wed, 29 Feb 2012 15:03:33 -0500 |
parents | |
children |
line wrap: on
line source
<tool id="make_logo" name="Make Logo" version="1.3"> <description>Makes a visual representation of the EMBER expression pattern</description> <command interpreter="perl">Make_Logo_Galaxy.pl -m $model -c $compslist -o $output</command> <inputs> <param format="txt" name="model" type="data" label="Model file"/> <param format="txt" name="compslist" type="data" label="Comparison list"/> </inputs> <outputs> <data format="eps" name="output"/> </outputs> <tests> <test> <param name="model" value="EMBER/patterns-1.model"/> <param name="compslist" value="EMBER/comparisons_list.txt"/> <output name="output"> <assert_contents> <has_text text="%%Title:" /> </assert_contents> </output> </test> </tests> <help> This tool makes an eps file representing the expression pattern from EMBER. ----- Description of inputs: *Model file*: the .model output EMBER. *Comparison list*: the same comparison list input to PreProcess Expression Data (used to make plot labels). </help> </tool>