comparison deepTools_macros.xml @ 25:df9f0dbb1d2a draft

Uploaded
author bgruening
date Sat, 14 Dec 2013 11:21:58 -0500
parents e43b4015b4cc
children b51c11c78640
comparison
equal deleted inserted replaced
24:e43b4015b4cc 25:df9f0dbb1d2a
60 <exit_code range=":-1" /> 60 <exit_code range=":-1" />
61 <exit_code range="0" level="warning" description="Warning" /> 61 <exit_code range="0" level="warning" description="Warning" />
62 <regex match="Error:" /> 62 <regex match="Error:" />
63 <regex match="Exception:" /> 63 <regex match="Exception:" />
64 <regex match="EXception:" /> 64 <regex match="EXception:" />
65 <regex match="Traceback" />
65 </stdio> 66 </stdio>
66 </macro> 67 </macro>
67 <token name="@REFERENCES@"> 68 <token name="@REFERENCES@">
68 69
69 For more informations, please visit our `project site`_. 70 For more informations, please visit our `project site`_.
170 <option value="no" selected="true">no</option> 171 <option value="no" selected="true">no</option>
171 <option value="yes">yes</option> 172 <option value="yes">yes</option>
172 </param> 173 </param>
173 <when value="no" /> 174 <when value="no" />
174 <when value="yes"> 175 <when value="yes">
175 <param name="outFileFormat" type="select" label="Image file format"> 176 <yield />
176 <option value="png" selected="true">png</option>
177 <option value="pdf">pdf</option>
178 <option value="svg">svg</option>
179 <option value="eps">eps</option>
180 <option value="emf">emf</option>
181 </param>
182 <param name="saveData" type="boolean" label="Save the data underlying data for the average profile"/> 177 <param name="saveData" type="boolean" label="Save the data underlying data for the average profile"/>
183 <param name="saveMatrix" type="boolean" label="Save the the matrix of values underlying the heatmap"/> 178 <param name="saveMatrix" type="boolean" label="Save the the matrix of values underlying the heatmap"/>
184 <param name="saveSortedRegions" type="boolean" label="Save the regions after skipping zeros or min/max threshold values" help="The order of the regions in the file follows the sorting order selected. This is useful, for example, to generate other heatmaps keeping the sorting of the first heatmap."/> 179 <param name="saveSortedRegions" type="boolean" label="Save the regions after skipping zeros or min/max threshold values" help="The order of the regions in the file follows the sorting order selected. This is useful, for example, to generate other heatmaps keeping the sorting of the first heatmap."/>
185 </when> 180 </when>
186 </conditional> 181 </conditional>
187 </macro> 182 </macro>
188 183
189 <macro name="output_graphic_outputs"> 184 <macro name="input_image_file_format">
185 <param name="outFileFormat" type="select" label="Image file format">
186 <option value="png" selected="true">png</option>
187 <option value="pdf">pdf</option>
188 <option value="svg">svg</option>
189 <option value="eps">eps</option>
190 <option value="emf">emf</option>
191 </param>
192 </macro>
193
194 <macro name="output_image_file_format">
190 <data format="png" name="outFileName" label="${tool.name} image"> 195 <data format="png" name="outFileName" label="${tool.name} image">
191 <change_format> 196 <change_format>
192 <when input="output.outFileFormat" value="pdf" format="pdf" /> 197 <when input="output.outFileFormat" value="pdf" format="pdf" />
193 <when input="output.outFileFormat" value="svg" format="svg" /> 198 <when input="output.outFileFormat" value="svg" format="svg" />
194 <when input="output.outFileFormat" value="eps" format="eps" /> 199 <when input="output.outFileFormat" value="eps" format="eps" />
195 <when input="output.outFileFormat" value="emf" format="emf" /> 200 <when input="output.outFileFormat" value="emf" format="emf" />
196 </change_format> 201 </change_format>
197 </data> 202 </data>
203 </macro>
204
205 <macro name="output_graphic_outputs">
206 <yield />
198 <data format="tabular" name="outFileNameData" label="${tool.name} on ${on_string}: averages per matrix column"> 207 <data format="tabular" name="outFileNameData" label="${tool.name} on ${on_string}: averages per matrix column">
199 <filter> 208 <filter>
200 (( 209 ((
201 output['showOutputSettings'] == 'yes' and 210 output['showOutputSettings'] == 'yes' and
202 output['saveData'] is True 211 output['saveData'] is True