# HG changeset patch # User bgruening # Date 1531176926 14400 # Node ID 848ce8f81e6ea424b1d716a41a1aaa3eb390ab71 # Parent d8c2a68643cec36f8e7ac5556a5ead35d302dfbf planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 38cfe39e3b3c82bbc0c2013e3068bd71adc3a9cb diff -r d8c2a68643ce -r 848ce8f81e6e computeMatrixOperations.xml --- a/computeMatrixOperations.xml Thu Apr 05 10:56:44 2018 -0400 +++ b/computeMatrixOperations.xml Mon Jul 09 18:55:26 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.0 - deeptools + deeptools samtools @@ -603,6 +603,18 @@ (default: False)" /> + + + +