# HG changeset patch
# User bgruening
# Date 1390935274 18000
# Node ID 2e5b92e7f3cbca6eae1927c0d4d2d915211e29c0
# Parent 60788be7b3464b5c32b6efe38d1187a6dfaef4cf
Uploaded
diff -r 60788be7b346 -r 2e5b92e7f3cb bamCorrelate.xml
--- a/bamCorrelate.xml Sat Dec 21 17:30:26 2013 -0500
+++ b/bamCorrelate.xml Tue Jan 28 13:54:34 2014 -0500
@@ -39,12 +39,12 @@
--BED $mode.region_file
#end if
- ## options available in both modes
- #if $mode.advancedOpt.showAdvancedOpt == "yes":
+ #### options available in both modes
+ #if str($mode.region.value) != '':
+ --region '$mode.region'
+ #end if
- #if str($mode.advancedOpt.region.value) != '':
- --region '$mode.advancedOpt.region'
- #end if
+ #if $mode.advancedOpt.showAdvancedOpt == "yes":
$mode.advancedOpt.doNotExtendPairedEnds
$mode.advancedOpt.ignoreDuplicates
diff -r 60788be7b346 -r 2e5b92e7f3cb computeMatrix.xml
--- a/computeMatrix.xml Sat Dec 21 17:30:26 2013 -0500
+++ b/computeMatrix.xml Tue Jan 28 13:54:34 2014 -0500
@@ -51,8 +51,8 @@
--afterRegionStartLength $mode.afterRegionStartLength
#else
--regionBodyLength $mode.regionBodyLength
- --startLabel $mode.startLabel
- --endLabel $mode.endLabel
+ --startLabel "$mode.startLabel"
+ --endLabel "$mode.endLabel"
#if $mode.regionStartLength.regionStartLength_select == "yes":
--beforeRegionStartLength $mode.regionStartLength.beforeRegionStartLength
--afterRegionStartLength $mode.regionStartLength.afterRegionStartLength
@@ -100,18 +100,17 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff -r 60788be7b346 -r 2e5b92e7f3cb deepTools_macros.xml
--- a/deepTools_macros.xml Sat Dec 21 17:30:26 2013 -0500
+++ b/deepTools_macros.xml Tue Jan 28 13:54:34 2014 -0500
@@ -1,5 +1,9 @@
+
+
@@ -7,10 +11,6 @@
-
-
@@ -43,7 +43,7 @@
samtoolsdeepToolsucsc_tools
- deepTools
+ deepToolsucsc_toolsnumpypysam
diff -r 60788be7b346 -r 2e5b92e7f3cb heatmapper.xml
--- a/heatmapper.xml Sat Dec 21 17:30:26 2013 -0500
+++ b/heatmapper.xml Tue Jan 28 13:54:34 2014 -0500
@@ -147,7 +147,6 @@
-
@@ -174,11 +173,11 @@
-
+ help="Would you like to cluster the regions according to the similarity of the signal distribution? This is only possible if you used computeMatrix on only one group of regions.">
+
-
+
@@ -191,7 +190,7 @@
-
+
diff -r 60788be7b346 -r 2e5b92e7f3cb profiler.xml
--- a/profiler.xml Sat Dec 21 17:30:26 2013 -0500
+++ b/profiler.xml Tue Jan 28 13:54:34 2014 -0500
@@ -46,6 +46,10 @@
--plotTitle '$advancedOpt.plotTitle'
#end if
+ #if str($advancedOpt.colors.value) != "None":
+ --colors '$advancedOpt.colors'
+ #end if
+
$advancedOpt.onePlotPerGroup
#if $advancedOpt.yMin:
@@ -101,14 +105,24 @@
label="Plot width"
help="Width in cm. The default value is 8 centimeters. The minimum value is 1 cm." />
+ help="For the summary plot (profile) only. The "lines" option will plot the profile line based on the average type selected. The "fill" option fills the region between zero and the profile curve. The fill in color is semi transparent to distinguish different profiles. The "add standard error" option colors the region between the profile and the standard error of the data. As in the case of fill, a semi-transparent color is used. The option "overlapped_lines" plots each region values, one on top of the other; this option only works if "one plot per proup" is set.">
-
+
+
+
+
+
+
+
+
+
+
+
diff -r 60788be7b346 -r 2e5b92e7f3cb tool_dependencies.xml
--- a/tool_dependencies.xml Sat Dec 21 17:30:26 2013 -0500
+++ b/tool_dependencies.xml Tue Jan 28 13:54:34 2014 -0500
@@ -10,7 +10,7 @@
-
+
@@ -57,7 +57,7 @@
The tools downloaded by this dependency definition are free for academic use. TODO: UCSC tools are only available with their latest version. That is not good for reproducibility.
-
+ git clone --recursive https://github.com/fidelram/deepTools.git
@@ -75,11 +75,11 @@
-
+
- git reset --hard e5c75f3e967be0fa1d6dbcbb63a0f992e1cdcd61
+ git reset --hard eabc1c3842f4b6367fb41904061a3b95c9a0ce0c$INSTALL_DIR/lib/python
export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&