# HG changeset patch
# User sauria
# Date 1429043241 14400
# Node ID bed2b67b46b7b932e664ef5f496d098b9a5e83c5
# Parent b855fcdb534d14fb79671598857a2b75f933835c
Uploaded
diff -r b855fcdb534d -r bed2b67b46b7 hifive/create_fivec_heatmap.xml
--- a/hifive/create_fivec_heatmap.xml Mon Apr 13 14:34:05 2015 -0400
+++ b/hifive/create_fivec_heatmap.xml Tue Apr 14 16:27:21 2015 -0400
@@ -13,6 +13,9 @@
#if str( $regions ) != "":
-r $regions
#end if
+ #if str( $dynamic.binning ) == "yes":
+ -y -x $dynamic.expbinsize -f $dynamic.minobs -g $dynamic.search $dynamic.failed
+ #end if
#if str( $image.generate ) == "yes":
-k min_color=$image.mincolor -k mid_color=$image.midcolor -k max_color=$image.maxcolor
-i $image_file -k logged=$image.logged
@@ -55,6 +58,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r b855fcdb534d -r bed2b67b46b7 hifive/create_hic_heatmap.xml
--- a/hifive/create_hic_heatmap.xml Mon Apr 13 14:34:05 2015 -0400
+++ b/hifive/create_hic_heatmap.xml Tue Apr 14 16:27:21 2015 -0400
@@ -8,6 +8,9 @@
#if str( $chroms ) != "":
-c $chroms
#end if
+ #if str( $dynamic.binning ) == "yes":
+ -y -x $dynamic.expbinsize -f $dynamic.minobs -a $dynamic.search $dynamic.failed
+ #end if
#if str( $image.generate ) == "yes":
-k min_color=$image.mincolor -k mid_color=$image.midcolor -k max_color=$image.maxcolor
-i $image_file -k logged=$image.logged
@@ -36,6 +39,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r b855fcdb534d -r bed2b67b46b7 hifive/get_interval_fivec_data.xml
--- a/hifive/get_interval_fivec_data.xml Mon Apr 13 14:34:05 2015 -0400
+++ b/hifive/get_interval_fivec_data.xml Tue Apr 14 16:27:21 2015 -0400
@@ -11,6 +11,9 @@
#if $stop:
-e $stop
#end if
+ #if str( $dynamic.binning ) == "yes":
+ -y -x $dynamic.expbinsize -f $dynamic.minobs -g $dynamic.search $dynamic.failed
+ #end if
#if str( $image.generate ) == "yes":
-k min_color=$image.mincolor -k mid_color=$image.midcolor -k max_color=$image.maxcolor
-i $image_file -k logged=$image.logged
@@ -46,6 +49,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r b855fcdb534d -r bed2b67b46b7 hifive/get_interval_hic_data.xml
--- a/hifive/get_interval_hic_data.xml Mon Apr 13 14:34:05 2015 -0400
+++ b/hifive/get_interval_hic_data.xml Tue Apr 14 16:27:21 2015 -0400
@@ -14,6 +14,9 @@
#if $maxdist:
-m $maxdist
#end if
+ #if str( $dynamic.binning ) == "yes":
+ -y -x $dynamic.expbinsize -f $dynamic.minobs -a $dynamic.search $dynamic.failed
+ #end if
#if str( $image.generate ) == "yes":
-k min_color=$image.mincolor -k mid_color=$image.midcolor -k max_color=$image.maxcolor
-i $image_file -k logged=$image.logged $image.rotate
@@ -49,6 +52,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r b855fcdb534d -r bed2b67b46b7 hifive/tool_dependencies.xml
--- a/hifive/tool_dependencies.xml Mon Apr 13 14:34:05 2015 -0400
+++ b/hifive/tool_dependencies.xml Tue Apr 14 16:27:21 2015 -0400
@@ -1,4 +1,4 @@
-
+
@@ -12,10 +12,10 @@
-
-
+
+
-
+
$REPOSITORY_INSTALL_DIR