comparison macros.xml @ 4:ed96f2fd7e3f draft

planemo upload for repository https://github.com/maxplanck-ie/HiCExplorer/tree/master/galaxy/wrapper/ commit dfa5a68cb20842407941c7ffda9ef956a0e86a04
author iuc
date Sat, 16 Dec 2017 16:31:27 -0500
parents 36360e68d5a2
children 819bd2c44d4a
comparison
equal deleted inserted replaced
3:36360e68d5a2 4:ed96f2fd7e3f
19 <xml name="zMax"> 19 <xml name="zMax">
20 <param argument="--zMax" name="zMax" type="float" optional="true" label="zMax for 3D plot"/> <!-- this should only be enabled when both or 3d is selected for param whatToShow --> 20 <param argument="--zMax" name="zMax" type="float" optional="true" label="zMax for 3D plot"/> <!-- this should only be enabled when both or 3d is selected for param whatToShow -->
21 </xml> 21 </xml>
22 22
23 <xml name="colormap"> 23 <xml name="colormap">
24 <param argument="--colorMap" name="colormap" type="select" optional="True" label="Color map to use for the heatmap" help=" Available color map names can be found here: http://www.astro.lsa.umich.edu/~msshin/science/code/matplotlib_cm/"> 24 <param argument="--colorMap" name="colormap" type="select" optional="True" label="Color map to use for the heatmap" help=" Available color map names can be found here: https://matplotlib.org/examples/color/colormaps_reference.html">
25 <option value="RdYlBu">RdYlBu</option> 25 <option value="RdYlBu">RdYlBu</option>
26 <option value="Accent">Accent</option> 26 <option value="Accent">Accent</option>
27 <option value="Spectral">Spectral</option> 27 <option value="Spectral">Spectral</option>
28 <option value="Set1">Set1</option> 28 <option value="Set1">Set1</option>
29 <option value="Set2">Set2</option> 29 <option value="Set2">Set2</option>