Mercurial > repos > bgruening > deeptools_plot_heatmap
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 36:1de3ede909ef | 37:7d1521817494 |
|---|---|
| 1 <tool id="deeptools_plot_heatmap" name="plotHeatmap" version="@WRAPPER_VERSION@.0"> | 1 <tool id="deeptools_plot_heatmap" name="plotHeatmap" version="@WRAPPER_VERSION@.0" profile="18.01"> |
| 2 <description>creates a heatmap for score distributions across genomic regions</description> | 2 <description>creates a heatmap for score distributions across genomic regions</description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@BINARY@">plotHeatmap</token> | 4 <token name="@BINARY@">plotHeatmap</token> |
| 5 <import>deepTools_macros.xml</import> | 5 <import>deepTools_macros.xml</import> |
| 6 </macros> | 6 </macros> |
| 85 --endLabel '$advancedOpt.endLabel' | 85 --endLabel '$advancedOpt.endLabel' |
| 86 | 86 |
| 87 --refPointLabel '$advancedOpt.referencePointLabel' | 87 --refPointLabel '$advancedOpt.referencePointLabel' |
| 88 | 88 |
| 89 #if $advancedOpt.samplesLabel and str($advancedOpt.samplesLabel).strip() != "": | 89 #if $advancedOpt.samplesLabel and str($advancedOpt.samplesLabel).strip() != "": |
| 90 --samplesLabel $advancedOpt.samplesLabel | 90 --samplesLabel '$advancedOpt.samplesLabel' |
| 91 #end if | 91 #end if |
| 92 | 92 |
| 93 #if $advancedOpt.regionsLabel and str($advancedOpt.regionsLabel).strip() != "": | 93 #if $advancedOpt.regionsLabel and str($advancedOpt.regionsLabel).strip() != "": |
| 94 --regionsLabel $advancedOpt.regionsLabel | 94 --regionsLabel '$advancedOpt.regionsLabel' |
| 95 #end if | 95 #end if |
| 96 | 96 |
| 97 #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "": | 97 #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "": |
| 98 --plotTitle '$advancedOpt.plotTitle' | 98 --plotTitle '$advancedOpt.plotTitle' |
| 99 #end if | 99 #end if |
