Mercurial > repos > bgruening > deeptools
comparison heatmapper.xml @ 27:f996339050ac draft
Uploaded
author | bgruening |
---|---|
date | Sat, 14 Dec 2013 16:13:11 -0500 |
parents | df9f0dbb1d2a |
children | 60788be7b346 |
comparison
equal
deleted
inserted
replaced
26:b51c11c78640 | 27:f996339050ac |
---|---|
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" /> |