# HG changeset patch # User bgruening # Date 1450700728 18000 # Node ID 2f2dd609644f982467ee1f21ac89c7811a9b3365 # Parent fb65748c2594a501d310d8823a071ab5dc7597bf planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit a92b8557d0985038d24daaab2996fbf8e4cd323f diff -r fb65748c2594 -r 2f2dd609644f computeMatrix.xml --- a/computeMatrix.xml Fri Dec 18 12:30:05 2015 -0500 +++ b/computeMatrix.xml Mon Dec 21 07:25:28 2015 -0500 @@ -189,6 +189,7 @@ depicted as black areas in the heatmap by default." /> + - --extendReads $advancedOpt.extendReads + #if $advancedOpt.doExtendCustom.doExtend == 'custom': + --extendReads $advancedOpt.doExtendCustom.extendReadsValue + #else if $advancedOpt.doExtendCustom.doExtend == 'yes': + --extendReads + #end if $advancedOpt.ignoreDuplicates $advancedOpt.centerReads #if $advancedOpt.minMappingQuality: @@ -36,15 +40,15 @@ - #if $zMin: - --zMin $zMin + #if $plotting_type.zMin: + --zMin $plotting_type.zMin #end if - #if $zMax: - --zMax $zMax + #if $plotting_type.zMax: + --zMax $plotting_type.zMax #end if - --colorMap '$colorMap' - $plotNumbers - --plotTitle $plotTitle + --colorMap '$plotting_type.colorMap' + $plotting_type.plotNumbers + --plotTitle '$plotting_type.plotTitle' @@ -55,9 +59,9 @@ - - @@ -146,14 +150,26 @@ - + + + + + + + + + + + + @@ -274,13 +290,13 @@ - - @@ -366,15 +382,6 @@ - - - - - - - - - + - + - @@ -423,7 +430,16 @@ - + + + + + + + + + + diff -r fb65748c2594 -r 2f2dd609644f test-data/plotCorrelation_result2.png Binary file test-data/plotCorrelation_result2.png has changed