Mercurial > repos > peter-waltman > ucsc_cluster_tools2
comparison cluster.tools/gen.matrix.heatmap.xml @ 3:563832f48c08 draft
Uploaded
author | peter-waltman |
---|---|
date | Fri, 01 Mar 2013 19:51:25 -0500 |
parents | 0decf3fd54bc |
children |
comparison
equal
deleted
inserted
replaced
2:b8f262149ee2 | 3:563832f48c08 |
---|---|
24 <option value="pdf">PDF</option> | 24 <option value="pdf">PDF</option> |
25 <option value="png" selected='true' >PNG (html wrapper)</option> | 25 <option value="png" selected='true' >PNG (html wrapper)</option> |
26 </param> | 26 </param> |
27 </conditional> | 27 </conditional> |
28 <param name="output_treeview_format" type='select' display="radio" label="Output in TreeView format as well?" help="Specify whether or not to produce files for TreeView"> | 28 <param name="output_treeview_format" type='select' display="radio" label="Output in TreeView format as well?" help="Specify whether or not to produce files for TreeView"> |
29 <option value="yes" selected='true' >Yes</option> | |
29 <option value="no">No</option> | 30 <option value="no">No</option> |
30 <option value="yes" selected='true' >Yes</option> | |
31 </param> | 31 </param> |
32 <param name="reverse_rows" type='select' display="radio" label="Reverse Row-order (to make consistent w\TreeView Display)?" help="Specify whether or not to reverse Row-order (to make the heatmap consistent with output from TreeView (reversed otherwise)"> | 32 <param name="reverse_rows" type='select' display="radio" label="Reverse Row-order (to make consistent w\TreeView Display)?" help="Specify whether or not to reverse Row-order (to make the heatmap consistent with output from TreeView (reversed otherwise)"> |
33 <option value="yes">Yes</option> | |
33 <option value="no" selected='true'>No</option> | 34 <option value="no" selected='true'>No</option> |
34 <option value="yes">Yes</option> | |
35 </param> | 35 </param> |
36 </inputs> | 36 </inputs> |
37 <outputs> | 37 <outputs> |
38 <data format="html" name="report_html" label="Heatmap from data matrix (HTML)"> | 38 <data format="html" name="report_html" label="Heatmap from data matrix (HTML)"> |
39 <filter>(image_format_cond['image_format']=="png")</filter> | 39 <filter>(image_format_cond['image_format']=="png")</filter> |