# HG changeset patch # User bgruening # Date 1535011391 14400 # Node ID 7d1521817494b3553c1ba0035c67f8f5c998865f # Parent 1de3ede909ef95a9e4508009d1bed6985e64c641 planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 3024062b63fdc502b46e4f328083493c2274182a diff -r 1de3ede909ef -r 7d1521817494 deepTools_macros.xml --- a/deepTools_macros.xml Thu Apr 05 10:46:29 2018 -0400 +++ b/deepTools_macros.xml Thu Aug 23 04:03:11 2018 -0400 @@ -1,10 +1,10 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 3.0.2 + 3.1.2.0 - deeptools + deeptools samtools @@ -216,7 +216,7 @@ label="Use a metagene model" help="If set and a BED12 or GTF file or files is used to provide regions, only exons will be used. This is convenient for looking at coverage over mature mRNA transcripts or similar uses where introns should be ignored." /> + + + + @@ -642,7 +654,7 @@ - + @@ -653,7 +665,7 @@ - + diff -r 1de3ede909ef -r 7d1521817494 plotHeatmap.xml --- 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 @@ - + creates a heatmap for score distributions across genomic regions plotHeatmap @@ -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) != "": diff -r 1de3ede909ef -r 7d1521817494 test-data/plotPCA_result1.png Binary file test-data/plotPCA_result1.png has changed diff -r 1de3ede909ef -r 7d1521817494 test-data/plotPCA_result2.png Binary file test-data/plotPCA_result2.png has changed