Mercurial > repos > bgruening > deeptools_plot_heatmap
changeset 22:46992aa30bd6 draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit e10a444c3d1f7acc6fbf8c8ffd51cedb47a083d0
author | bgruening |
---|---|
date | Fri, 21 Sep 2018 03:17:42 -0400 |
parents | 2a8ca4863f1d |
children | 751adcc1ce82 |
files | plotHeatmap.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/plotHeatmap.xml Wed Aug 22 17:45:47 2018 -0400 +++ b/plotHeatmap.xml Fri Sep 21 03:17:42 2018 -0400 @@ -1,4 +1,4 @@ -<tool id="deeptools_plot_heatmap" name="plotHeatmap" version="@WRAPPER_VERSION@.0" profile="18.01"> +<tool id="deeptools_plot_heatmap" name="plotHeatmap" version="@WRAPPER_VERSION@.1" profile="18.01"> <description>creates a heatmap for score distributions across genomic regions</description> <macros> <token name="@BINARY@">plotHeatmap</token> @@ -87,11 +87,11 @@ --refPointLabel '$advancedOpt.referencePointLabel' #if $advancedOpt.samplesLabel and str($advancedOpt.samplesLabel).strip() != "": - --samplesLabel '$advancedOpt.samplesLabel' + --samplesLabel $advancedOpt.samplesLabel #end if #if $advancedOpt.regionsLabel and str($advancedOpt.regionsLabel).strip() != "": - --regionsLabel '$advancedOpt.regionsLabel' + --regionsLabel $advancedOpt.regionsLabel #end if #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "":