diff --git a/galaxy/wrapper/bamCompare.xml b/galaxy/wrapper/bamCompare.xml
index 0e012b5747..39d0630b38 100644
--- a/galaxy/wrapper/bamCompare.xml
+++ b/galaxy/wrapper/bamCompare.xml
@@ -30,11 +30,7 @@
--binSize $binSize
- #if $scaling.method == 'SES':
- --scaleFactorsMethod SES
- --sampleLength $scaling.sampleLength
- --numberOfSamples $scaling.numberOfSamples
- #elif $scaling.method == 'readCount':
+ #if $scaling.method == 'readCount':
--scaleFactorsMethod readCount
#elif $scaling.method == 'own':
--scaleFactors '$scaling.scaleFactor1:$scaling.scaleFactor2'
@@ -46,7 +42,6 @@
#end if
--operation $comparison.type
- $exactScaling
#if $comparison.type in ['ratio','log2']:
--pseudocount $comparison.pseudocount
@@ -62,6 +57,7 @@
#end if
@ADVANCED_OPTS_READ_PROCESSING@
+ $advancedOpt.no_collapse
$advancedOpt.skipNAs
$advancedOpt.skipZeroOverZero
@@ -84,17 +80,9 @@
-
-
-
-
-
@@ -142,34 +130,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
@@ -235,6 +215,7 @@
+
diff --git a/galaxy/wrapper/plotHeatmap.xml b/galaxy/wrapper/plotHeatmap.xml
index de2fe68368..1fac566f5a 100644
--- a/galaxy/wrapper/plotHeatmap.xml
+++ b/galaxy/wrapper/plotHeatmap.xml
@@ -28,6 +28,7 @@
#else
--plotFileFormat 'png'
#end if
+ --interpolationMethod '$interpolationMethod'
#if $advancedOpt.showAdvancedOpt == "yes"
#if $advancedOpt.sortRegions:
@@ -72,17 +73,8 @@
--zMax $advancedOpt.zMax
#end if
- #if str($advancedOpt.yMin).strip() != "":
- --yMin $advancedOpt.yMin
- #end if
- #if str($advancedOpt.yMax).strip() != "":
- --yMax $advancedOpt.yMax
- #end if
#if str($advancedOpt.sortUsingSamples).strip() != "":
- --sortUsingSamples $advancedOpt.sortUsingSamples
- #end if
- #if str($advancedOpt.clusterUsingSamples).strip() != "":
- --clusterUsingSamples $advancedOpt.clusterUsingSamples
+ --sortUsingSamples '$advancedOpt.sortUsingSamples'
#end if
--xAxisLabel '$advancedOpt.xAxisLabel'
@@ -91,171 +83,95 @@
--heatmapWidth $advancedOpt.heatmapWidth
--heatmapHeight $advancedOpt.heatmapHeight
+ --boxAroundHeatmaps $advancedOpt.boxAroundHeatmaps
--whatToShow '$advancedOpt.whatToShow'
- --startLabel '$advancedOpt.startLabel'
- --endLabel '$advancedOpt.endLabel'
-
- --refPointLabel '$advancedOpt.referencePointLabel'
-
- #if $advancedOpt.samplesLabel and str($advancedOpt.samplesLabel).strip() != "":
- --samplesLabel $advancedOpt.samplesLabel
- #end if
-
- #if $advancedOpt.regionsLabel and str($advancedOpt.regionsLabel).strip() != "":
- --regionsLabel $advancedOpt.regionsLabel
- #end if
-
- #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle.value) != "":
- --plotTitle '$advancedOpt.plotTitle'
- #end if
-
- --legendLocation '$advancedOpt.legendLocation'
-
- --labelRotation '$advancedOpt.labelRotation'
-
- $advancedOpt.perGroup
-
- @KMEANS_CLUSTERING@
-
+ @HEATMAP_PROFILER_PARAMS@
#end if
]]>
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
@@ -265,11 +181,13 @@
+
+
diff --git a/galaxy/wrapper/plotPCA.xml b/galaxy/wrapper/plotPCA.xml
index f5fe600e88..b7ef53a613 100644
--- a/galaxy/wrapper/plotPCA.xml
+++ b/galaxy/wrapper/plotPCA.xml
@@ -10,6 +10,7 @@
@BINARY@
--corData '$corData'
--plotTitle '$plotTitle'
+ --labels #echo " ".join($labels)
--plotFile '$outFileName'
--plotFileFormat '$outFileFormat'
#if str($advancedOpt.showAdvancedOpt) == 'yes':
@@ -25,6 +26,8 @@
#if $advancedOpt.markers:
--markers $advancedOpt.markers
#end if
+ $advancedOpt.addLabels
+ $advancedOpt.ggplot
#end if
#if $outFileNameData
--outFileNameData '$output_outFileNameData'
@@ -35,28 +38,26 @@
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/galaxy/wrapper/plotProfiler.xml b/galaxy/wrapper/plotProfiler.xml
index ff7d7d07b0..505231861d 100644
--- a/galaxy/wrapper/plotProfiler.xml
+++ b/galaxy/wrapper/plotProfiler.xml
@@ -27,162 +27,77 @@
--plotFileFormat 'png'
#end if
- #if $scaleRegions.showScaleRegionsOpt == "yes":
- --startLabel '$scaleRegions.startLabel'
- --endLabel '$scaleRegions.endLabel'
- #end if
-
#if $advancedOpt.showAdvancedOpt == "yes":
#if $advancedOpt.averageType:
--averageType '$advancedOpt.averageType'
#end if
- --plotHeight $advancedOpt.plotHeight
- --plotWidth $advancedOpt.plotWidth
+ @PLOTWIDTHHEIGHT@
--plotType $advancedOpt.plotType
- #if $advancedOpt.samplesLabel and str($advancedOpt.samplesLabel).strip() != "":
- --samplesLabel $advancedOpt.samplesLabel
- #end if
-
- #if $advancedOpt.regionsLabel and str($advancedOpt.regionsLabel).strip() != "":
- --regionsLabel $advancedOpt.regionsLabel
- #end if
-
- #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle).strip() != "":
- --plotTitle '$advancedOpt.plotTitle'
- #end if
#if str($advancedOpt.colors).strip() != "":
--colors #echo ' '.join( ["'%s'" % $color for $color in $advancedOpt.colors.split()] )#
#end if
- --legendLocation '$advancedOpt.legendLocation'
-
- --labelRotation '$advancedOpt.labelRotation'
-
- $advancedOpt.perGroup
-
- #if str($advancedOpt.yMin):
- --yMin $advancedOpt.yMin
- #end if
- #if str($advancedOpt.yMax):
- --yMax $advancedOpt.yMax
- #end if
+ --numPlotsPerRow $advancedOpt.numPlotsPerRow
#if $advancedOpt.outFileNameData:
--outFileNameData '$output_outFileNameData'
#end if
- @KMEANS_CLUSTERING@
+ @HEATMAP_PROFILER_PARAMS@
#end if
]]>
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
@@ -194,17 +109,19 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
-