# HG changeset patch # User bgruening # Date 1534883570 14400 # Node ID 659b08d0c4b117d5e6fd77f74fa198c8b06b5a0a # Parent bf98fa19b73a95b12e100f000a22f8eb65c02607 planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 3024062b63fdc502b46e4f328083493c2274182a diff -r bf98fa19b73a -r 659b08d0c4b1 deepTools_macros.xml --- a/deepTools_macros.xml Thu Apr 05 10:40:20 2018 -0400 +++ b/deepTools_macros.xml Tue Aug 21 16:32:50 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 bf98fa19b73a -r 659b08d0c4b1 plotCorrelation.xml --- a/plotCorrelation.xml Thu Apr 05 10:40:20 2018 -0400 +++ b/plotCorrelation.xml Tue Aug 21 16:32:50 2018 -0400 @@ -1,4 +1,4 @@ - + Create a heatmap or scatterplot of correlation scores between different samples plotCorrelation @@ -18,8 +18,11 @@ --plotHeight $plotting_type.plotHeight #else: --plotTitle '$plotting_type.plotTitle' - #if str($plotting_type.maxRange) != '': - --maxRange '$plotting_type.maxRange' + #if str($plotting_type.xRange) != '': + --xRange '$plotting_type.xRange' + #end if + #if str($plotting_type.yRange) != '': + --yRange '$plotting_type.yRange' #end if $plotting_type.log1p #end if @@ -47,9 +50,12 @@ - + + diff -r bf98fa19b73a -r 659b08d0c4b1 test-data/plotPCA_result1.png Binary file test-data/plotPCA_result1.png has changed diff -r bf98fa19b73a -r 659b08d0c4b1 test-data/plotPCA_result2.png Binary file test-data/plotPCA_result2.png has changed