# HG changeset patch # User bgruening # Date 1450700629 18000 # Node ID 40a7e9426082314835fe4439318a7b5f19c82de5 # Parent 36ce85c98f410b463edfcdec533f7e50719a2f92 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit a92b8557d0985038d24daaab2996fbf8e4cd323f diff -r 36ce85c98f41 -r 40a7e9426082 deepTools_macros.xml --- a/deepTools_macros.xml Fri Dec 18 12:24:47 2015 -0500 +++ b/deepTools_macros.xml Mon Dec 21 07:23:49 2015 -0500 @@ -14,7 +14,11 @@ - --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 36ce85c98f41 -r 40a7e9426082 test-data/plotCorrelation_result2.png Binary file test-data/plotCorrelation_result2.png has changed