# HG changeset patch # User bgruening # Date 1450700677 18000 # Node ID e556e34fc12a55536e8d99e20acdcbbb8e4a298a # Parent c5634baf9bf945ac2868e963295b6ee8f5aa2fb8 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit a92b8557d0985038d24daaab2996fbf8e4cd323f diff -r c5634baf9bf9 -r e556e34fc12a deepTools_macros.xml --- a/deepTools_macros.xml Fri Dec 18 12:27:26 2015 -0500 +++ b/deepTools_macros.xml Mon Dec 21 07:24:37 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 c5634baf9bf9 -r e556e34fc12a plotCorrelation.xml --- a/plotCorrelation.xml Fri Dec 18 12:27:26 2015 -0500 +++ b/plotCorrelation.xml Mon Dec 21 07:24:37 2015 -0500 @@ -11,12 +11,18 @@ --corData "$corData" --plotFile "$outFileName" --corMethod "$corMethod" - --whatToPlot "$whatToPlot" + --whatToPlot "$plotting_type.whatToPlot" + #if str($plotting_type.whatToPlot) == 'heatmap': + @HEATMAP_OPTIONS@ + #else: + --plotTitle '$plotting_type.plotTitle' + #end if $skipZeros --plotFileFormat "$outFileFormat" $removeOutliers - --outFileCorMatrix "$matrix" - @HEATMAP_OPTIONS@ + #if $outFileCorMatrix: + --outFileCorMatrix "$matrix" + #end if ]]> @@ -24,14 +30,22 @@ - - - - + + + + + + + + + + + + - + - - + outFileCorMatrix is True @@ -70,7 +83,7 @@ - + diff -r c5634baf9bf9 -r e556e34fc12a test-data/plotCorrelation_result2.png Binary file test-data/plotCorrelation_result2.png has changed