comparison heatmapper.xml @ 13:b4c5dd45778a draft

Uploaded
author bgruening
date Mon, 16 Dec 2013 04:36:19 -0500
parents aea72b24dea0
children ef65d6b68ccc
comparison
equal deleted inserted replaced
12:aea72b24dea0 13:b4c5dd45778a
89 #end if 89 #end if
90 </command> 90 </command>
91 <inputs> 91 <inputs>
92 <param name="matrixFile" format="bgzip" type="data" label="Matrix file from the computeMatrix tool"/> 92 <param name="matrixFile" format="bgzip" type="data" label="Matrix file from the computeMatrix tool"/>
93 93
94 <expand macro="graphic_output_settings"> 94 <expand macro="input_graphic_output_settings">
95 <expand macro="input_image_file_format" /> 95 <expand macro="input_image_file_format" />
96 <expand macro="input_save_matrix_values" />
96 </expand> 97 </expand>
97 98
98 <conditional name="advancedOpt" > 99 <conditional name="advancedOpt" >
99 <param name="showAdvancedOpt" type="select" label="Show advanced options" > 100 <param name="showAdvancedOpt" type="select" label="Show advanced options" >
100 <option value="no" selected="true">no</option> 101 <option value="no" selected="true">no</option>
174 175
175 </when> 176 </when>
176 </conditional> 177 </conditional>
177 </inputs> 178 </inputs>
178 <outputs> 179 <outputs>
179 <expand macro="output_graphic_outputs"> 180 <expand macro="output_image_file_format" />
180 <expand macro="output_image_file_format" /> 181 <expand macro="output_graphic_outputs" />
181 </expand> 182 <expand macro="output_save_matrix_values" />
182 </outputs> 183 </outputs>
183 <tests> 184 <tests>
184 <test> 185 <test>
185 <param name="matrixFile" value="master.mat.gz" ftype="bgzip" /> 186 <param name="matrixFile" value="master.mat.gz" ftype="bgzip" />
186 <output name="outFileName" file="master.png" ftype="png" compare="sim_size" delta="100" /> 187 <output name="outFileName" file="master.png" ftype="png" compare="sim_size" delta="100" />