# HG changeset patch # User bgruening # Date 1534971656 14400 # Node ID 93ce2662f917640cfcaae9485f8e079cd674b8d7 # Parent aca788d8e71d490069de4762da3e17ea986fa4ce planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 3024062b63fdc502b46e4f328083493c2274182a diff -r aca788d8e71d -r 93ce2662f917 deepTools_macros.xml --- a/deepTools_macros.xml Mon Jul 09 18:41:04 2018 -0400 +++ b/deepTools_macros.xml Wed Aug 22 17:00:56 2018 -0400 @@ -1,10 +1,10 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 3.1.0 + 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." /> - + @@ -665,7 +665,7 @@ - + diff -r aca788d8e71d -r 93ce2662f917 plotPCA.xml --- a/plotPCA.xml Mon Jul 09 18:41:04 2018 -0400 +++ b/plotPCA.xml Wed Aug 22 17:00:56 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 aca788d8e71d -r 93ce2662f917 test-data/plotPCA_result1.png Binary file test-data/plotPCA_result1.png has changed diff -r aca788d8e71d -r 93ce2662f917 test-data/plotPCA_result2.png Binary file test-data/plotPCA_result2.png has changed