# HG changeset patch # User bgruening # Date 1535011245 14400 # Node ID fd7e4d6a5d686fef1b934f6dcc3e03b9e76e7fd4 # Parent c359d704ddee105b6620975e2246f96ada9281d1 planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 3024062b63fdc502b46e4f328083493c2274182a diff -r c359d704ddee -r fd7e4d6a5d68 computeMatrixOperations.xml --- a/computeMatrixOperations.xml Thu Apr 05 10:44:01 2018 -0400 +++ b/computeMatrixOperations.xml Thu Aug 23 04:00:45 2018 -0400 @@ -12,6 +12,15 @@ info -m $submodule.matrixFile > $outFileTxt + #else if $submodule.command == "relabel": + relabel + -m $submodule.matrixFile + #if $submodule.groupLabels is not None and str($submodule.groupLabels) != '': + --groupLabels $submodule.groupLabels + #end if + #if $submodule.sampleLabels is not None and str($submodule.sampleLabels) != '': + --sampleLabels $submodule.sampleLabels + #end if #else if $submodule.command == "subset": subset -m $submodule.matrixFile @@ -27,6 +36,16 @@ -m $submodule.matrixFile --strand $submodule.strand -o $outFileName + #else if $submodule.command == "filterValues": + filterValues + -m $submodule.matrixFile + #if $submodule.minValue is not None and str($submodule.minValue) != '': + --min $submodule.minValue + #end if + #if $submodule.maxValue is not None and str($submodule.maxValue) != '': + --max $submodule.maxValue + #end if + -o $outFileName #else if $submodule.command == "rbind": #set $files=[] #for $f in $submodule.matrixFiles: @@ -59,8 +78,10 @@ + + @@ -70,6 +91,15 @@ label="Matrix file from the computeMatrix tool" help=""/> + + + + + + @@ -82,7 +112,7 @@ - @@ -90,6 +120,15 @@ + + + + + + --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 c359d704ddee -r fd7e4d6a5d68 test-data/plotPCA_result1.png Binary file test-data/plotPCA_result1.png has changed diff -r c359d704ddee -r fd7e4d6a5d68 test-data/plotPCA_result2.png Binary file test-data/plotPCA_result2.png has changed