# HG changeset patch # User bgruening # Date 1534884555 14400 # Node ID e074335bde9c3511cc2966452af7301d14ab6942 # Parent 528355f62f3a712dca8b0529e0587b8520ec5b08 planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 3024062b63fdc502b46e4f328083493c2274182a diff -r 528355f62f3a -r e074335bde9c deepTools_macros.xml --- a/deepTools_macros.xml Thu Apr 05 10:42:13 2018 -0400 +++ b/deepTools_macros.xml Tue Aug 21 16:49:15 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 528355f62f3a -r e074335bde9c plotPCA.xml --- a/plotPCA.xml Thu Apr 05 10:42:13 2018 -0400 +++ b/plotPCA.xml Tue Aug 21 16:49:15 2018 -0400 @@ -1,4 +1,4 @@ - + Generate principal component analysis (PCA) plots from multiBamSummary or multiBigwigSummary output plotPCA @@ -22,6 +22,9 @@ #if $advancedOpt.colors: --colors $advancedOpt.colors #end if + #if $advancedOpt.markers: + --markers $advancedOpt.markers + #end if #end if #if $outFileNameData --outFileNameData '$output_outFileNameData' @@ -40,7 +43,7 @@ - + + diff -r 528355f62f3a -r e074335bde9c test-data/plotPCA_result1.png Binary file test-data/plotPCA_result1.png has changed diff -r 528355f62f3a -r e074335bde9c test-data/plotPCA_result2.png Binary file test-data/plotPCA_result2.png has changed