Mercurial > repos > bgruening > deeptools_plot_heatmap
diff plotHeatmap.xml @ 37:7d1521817494 draft
planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 3024062b63fdc502b46e4f328083493c2274182a
| author | bgruening |
|---|---|
| date | Thu, 23 Aug 2018 04:03:11 -0400 |
| parents | 1de3ede909ef |
| children | 375e7508e571 |
line wrap: on
line diff
--- a/plotHeatmap.xml Thu Apr 05 10:46:29 2018 -0400 +++ b/plotHeatmap.xml Thu Aug 23 04:03:11 2018 -0400 @@ -1,4 +1,4 @@ -<tool id="deeptools_plot_heatmap" name="plotHeatmap" version="@WRAPPER_VERSION@.0"> +<tool id="deeptools_plot_heatmap" name="plotHeatmap" version="@WRAPPER_VERSION@.0" 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) != "":
