# HG changeset patch
# User bgruening
# Date 1391163161 18000
# Node ID ea2f64efe70dec03d2a0fdda28b587bf93d2981a
# Parent 7766dfcd2455f1e9924317122a13f4585340be57
Uploaded
diff -r 7766dfcd2455 -r ea2f64efe70d deepTools_macros.xml
--- a/deepTools_macros.xml Thu Jan 30 19:16:15 2014 -0500
+++ b/deepTools_macros.xml Fri Jan 31 05:12:41 2014 -0500
@@ -56,6 +56,43 @@
@BINARY@ --version
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #if $advancedOpt.used_multiple_regions.used_multiple_regions_options == 'no':
+ #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'kmeans':
+ #if int($advancedOpt.used_multiple_regions.clustering.k_kmeans) > 0:
+ --kmeans $advancedOpt.used_multiple_regions.clustering.k_kmeans
+ #end if
+ #end if
+ #end if
+
+
diff -r 7766dfcd2455 -r ea2f64efe70d heatmapper.xml
--- a/heatmapper.xml Thu Jan 30 19:16:15 2014 -0500
+++ b/heatmapper.xml Fri Jan 31 05:12:41 2014 -0500
@@ -81,13 +81,7 @@
$advancedOpt.onePlotPerGroup
- #if $advancedOpt.used_multiple_regions.used_multiple_regions_options == 'no':
- #if $advancedOpt.used_multiple_regions.clustering.clustering_options == 'kmeans':
- #if int($advancedOpt.used_multiple_regions.clustering.k_kmeans) > 0:
- --kmeans $advancedOpt.used_multiple_regions.clustering.k_kmeans
- #end if
- #end if
- #end if
+ @kmeans_clusterin@
#end if
@@ -171,28 +165,8 @@
label="Do one plot per group"
help="When computeMatrix was used on more than one group of genes, the average plots for all the groups will be drawn in one panel by default. If this option is set, each group will get its own plot, stacked on top of each other."/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
diff -r 7766dfcd2455 -r ea2f64efe70d profiler.xml
--- a/profiler.xml Thu Jan 30 19:16:15 2014 -0500
+++ b/profiler.xml Fri Jan 31 05:12:41 2014 -0500
@@ -64,6 +64,9 @@
#if str($advancedOpt.yAxisLabel.value) != "None":
--yAxisLabel '$advancedOpt.yAxisLabel'
#end if
+
+ @kmeans_clusterin@
+
#end if
@@ -123,6 +126,9 @@
+
+
+