# HG changeset patch
# User bgruening
# Date 1390580309 18000
# Node ID d89001e78ee4d0c05d01a369c3a79b9be5549e5a
# Parent 50f87b0c55bdd38645fb9a3e062b903f060d9d48
Uploaded
diff -r 50f87b0c55bd -r d89001e78ee4 macs2_filterdup.xml
--- a/macs2_filterdup.xml Fri Jan 24 11:06:57 2014 -0500
+++ b/macs2_filterdup.xml Fri Jan 24 11:18:29 2014 -0500
@@ -12,7 +12,7 @@
--format '$ifile.extension.upper()'
--gsize $gsize
- --tsize $tsize
+ @tag_size@
--pvalue $pvalue
#if str( $keep_dup_options.keep_dup_options_selector ) == "user":
--keep-dup $keep_dup_options.user_keepdup
diff -r 50f87b0c55bd -r d89001e78ee4 macs2_macros.xml
--- a/macs2_macros.xml Fri Jan 24 11:06:57 2014 -0500
+++ b/macs2_macros.xml Fri Jan 24 11:18:29 2014 -0500
@@ -37,6 +37,11 @@
+
+ #if $tsize == -1.0:
+ --tsize $tsize
+ #end if
+
diff -r 50f87b0c55bd -r d89001e78ee4 macs2_predictd.xml
--- a/macs2_predictd.xml Fri Jan 24 11:06:57 2014 -0500
+++ b/macs2_predictd.xml Fri Jan 24 11:18:29 2014 -0500
@@ -10,7 +10,7 @@
macs2 predictd
-i #echo ','.join( map( str, $infiles) )#
- --tsize $tsize
+ @tag_size@
@effective_genome_size@
--bw $band_width
--mfold $mfoldlo $mfoldhi
diff -r 50f87b0c55bd -r d89001e78ee4 macs2_randsample.xml
--- a/macs2_randsample.xml Fri Jan 24 11:06:57 2014 -0500
+++ b/macs2_randsample.xml Fri Jan 24 11:18:29 2014 -0500
@@ -12,7 +12,7 @@
--format '$ifile.extension.upper()'
- --tsize $tsize
+ @tag_size@
#if str($method_options.method_options_selector ) == 'percentage':
$method_options.percentage
#else:
diff -r 50f87b0c55bd -r d89001e78ee4 tool_dependencies.xml
--- a/tool_dependencies.xml Fri Jan 24 11:06:57 2014 -0500
+++ b/tool_dependencies.xml Fri Jan 24 11:18:29 2014 -0500
@@ -17,6 +17,8 @@
git clone --recursive https://github.com/taoliu/MACS.git
+
../MACS
git checkout 7ccb571d2f2dcb5be1d75f323b1d17a59b926deb
git submodule update --recursive