Mercurial > repos > bgruening > hicexplorer_hicbuildmatrix
comparison macros.xml @ 4:652fdcbff650 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:32:57 -0500 |
parents | 2a13bfe5bff2 |
children | 3bc1425f9000 |
comparison
equal
deleted
inserted
replaced
3:2a13bfe5bff2 | 4:652fdcbff650 |
---|---|
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> |