# HG changeset patch
# User sauria
# Date 1429826182 14400
# Node ID 5d96a89cd82093272349bb43faaac79109a54b70
# Parent b17022a25879b4aa3a579d9c7543742f9ddd2834
Uploaded
diff -r b17022a25879 -r 5d96a89cd820 hifive/hifive/complete_fivec_project.xml
--- a/hifive/hifive/complete_fivec_project.xml Thu Apr 16 16:35:12 2015 -0400
+++ b/hifive/hifive/complete_fivec_project.xml Thu Apr 23 17:56:22 2015 -0400
@@ -27,7 +27,12 @@
-b $analysis.probiter -l $analysis.step -g $analysis.change $analysis.precalc
#end if
#if str( $analysis.algorithm ) == "express" or str( $analysis.algorithm ) == "binning-express" or str( $analysis.algorithm ) == "probability-express":
- -e $analysis.expiter $analysis.removedist -w $analysis.expreads
+ $analysis.removedist -w $analysis.expreads
+ #if str( $analysis.subalgorithm.kr ) == "yes":
+ -z
+ #else:
+ -e $analysis.expiter $analysis.logged
+ #end if
#end if
#if str( $analysis.algorithm ) == "binning" or str( $analysis.algorithm ) == "binning-express" or str( $analysis.algorithm ) == "binning-probability" or str( $analysis.algorithm ) == "express-binning" or str( $analysis.algorithm ) == "probability-binning":
-i $analysis.biniter -t $analysis.threshold -y $analysis.binreads
@@ -92,9 +97,22 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r b17022a25879 -r 5d96a89cd820 hifive/hifive/complete_hic_project.xml
--- a/hifive/hifive/complete_hic_project.xml Thu Apr 16 16:35:12 2015 -0400
+++ b/hifive/hifive/complete_hic_project.xml Thu Apr 23 17:56:22 2015 -0400
@@ -29,11 +29,16 @@
-b $analysis.probiter -l $analysis.step -g $analysis.change $analysis.precalc
#end if
#if str( $analysis.algorithm ) == "express" or str( $analysis.algorithm ) == "binning-express" :
- -e $analysis.expiter $analysis.removedist -w $analysis.expreads
+ $analysis.removedist -w $analysis.expreads $analysis.binary -g $analysis.change
+ #if str( $analysis.subalgorithm.kr ) == "yes":
+ -z
+ #else
+ -e $analysis.expiter
+ #end if
#end if
#if str( $analysis.algorithm ) == "binning" or str( $analysis.algorithm ) == "binning-express" or str( $analysis.algorithm ) == "binning-probability":
-r $analysis.biniter -t $analysis.threshold -y $analysis.binreads
- -v $analysis.model -z $analysis.modelbins -u $analysis.modeltypes
+ -v $analysis.model -s $analysis.modelbins -u $analysis.modeltypes --pseudocounts $analysis.pseudo
#end if
-o $fends $data $project
@@ -76,8 +81,8 @@
-
-
+
+
@@ -106,9 +111,18 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -118,6 +132,13 @@
+
+
+
+
+
+
+
@@ -142,6 +163,9 @@
+
+
+
@@ -166,6 +190,9 @@
+
+
+
@@ -203,6 +230,9 @@
+
+
+
diff -r b17022a25879 -r 5d96a89cd820 hifive/hifive/create_hic_project.xml
--- a/hifive/hifive/create_hic_project.xml Thu Apr 16 16:35:12 2015 -0400
+++ b/hifive/hifive/create_hic_project.xml Thu Apr 23 17:56:22 2015 -0400
@@ -25,8 +25,8 @@
-
-
+
+
diff -r b17022a25879 -r 5d96a89cd820 hifive/hifive/learn_fivec_normalization.xml
--- a/hifive/hifive/learn_fivec_normalization.xml Thu Apr 16 16:35:12 2015 -0400
+++ b/hifive/hifive/learn_fivec_normalization.xml Thu Apr 23 17:56:22 2015 -0400
@@ -17,8 +17,13 @@
#if str( $analysis.algorithm ) == "probability" or str( $analysis.algorithm ) == "binning-probability" or str( $analysis.algorithm ) == "probability-binning":
-b $analysis.probiter -l $analysis.step -g $analysis.change $analysis.precalc
#end if
- #if str( $analysis.algorithm ) == "express" or str( $analysis.algorithm ) == "binning-express" or str( $analysis.algorithm ) == "express-binning":
- -e $analysis.expiter $analysis.removedist -w $analysis.expreads
+ #if str( $analysis.algorithm ) == "express" or str( $analysis.algorithm ) == "binning-express" or str( $analysis.algorithm ) == "probability-express":
+ $analysis.removedist -w $analysis.expreads
+ #if str( $analysis.subalgorithm.kr ) == "yes":
+ -z
+ #else:
+ -e $analysis.expiter $analysis.logged
+ #end if
#end if
#if str( $analysis.algorithm ) == "binning" or str( $analysis.algorithm ) == "binning-express" or str( $analysis.algorithm ) == "binning-probability" or str( $analysis.algorithm ) == "express-binning" or str( $analysis.algorithm ) == "probability-binning":
-i $analysis.biniter -t $analysis.threshold -y $analysis.binreads
@@ -63,9 +68,22 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r b17022a25879 -r 5d96a89cd820 hifive/hifive/learn_hic_normalization.xml
--- a/hifive/hifive/learn_hic_normalization.xml Thu Apr 16 16:35:12 2015 -0400
+++ b/hifive/hifive/learn_hic_normalization.xml Thu Apr 23 17:56:22 2015 -0400
@@ -18,11 +18,16 @@
-b $analysis.probiter -l $analysis.step -g $analysis.change $analysis.precalc
#end if
#if str( $analysis.algorithm ) == "express" or str( $analysis.algorithm ) == "binning-express" :
- -e $analysis.expiter $analysis.removedist -w $analysis.expreads
+ $analysis.removedist -w $analysis.expreads $analysis.binary -g $analysis.change
+ #if str( $analysis.subalgorithm.kr ) == "yes":
+ -z
+ #else
+ -e $analysis.expiter
+ #end if
#end if
#if str( $analysis.algorithm ) == "binning" or str( $analysis.algorithm ) == "binning-express" or str( $analysis.algorithm ) == "binning-probability":
-r $analysis.biniter -t $analysis.threshold -y $analysis.binreads
- -v $analysis.model -z $analysis.modelbins -u $analysis.modeltypes
+ -v $analysis.model -s $analysis.modelbins -u $analysis.modeltypes --pseudocounts $analysis.pseudo
#end if
$data
@@ -61,9 +66,18 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -73,6 +87,13 @@
+
+
+
+
+
+
+
@@ -97,6 +118,9 @@
+
+
+
@@ -121,6 +145,9 @@
+
+
+
@@ -158,6 +185,9 @@
+
+
+