# HG changeset patch
# User rnateam
# Date 1411346470 14400
# Node ID c1cc480c53da7359d55f99383a8164d87c392589
# Parent  e6f49ee3509c7cf8451280ab0e12274373dcb5ec
Uploaded
diff -r e6f49ee3509c -r c1cc480c53da blockclust.xml
--- a/blockclust.xml	Mon Jul 21 09:19:13 2014 -0400
+++ b/blockclust.xml	Sun Sep 21 20:41:10 2014 -0400
@@ -42,16 +42,18 @@
                 $accept_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/tair10/tair10.accept.bed")
                 $reject_bed.append("\$BLOCKCLUST_DATA_PATH/annotations/tair10/tair10.reject.bed")
             #end if
-            BlockClustPipeLine.pl -m TEST -f SEQUENCE -c \$BLOCKCLUST_DATA_PATH/blockclust.config
+            BlockClustPipeLine.pl -m TEST -c \$BLOCKCLUST_DATA_PATH/blockclust.config
             -t $tool_mode.input_bbo
             -a #echo ''.join( $accept_bed )
             -r #echo ''.join( $reject_bed )
             -o $outputdir
+            #if $tool_mode.nochr:
+                -nochr
+            #end if          
             #if str($tool_mode.pred.enable_pred) == "yes":
                 -p
                 -pm $tool_mode.pred.pred_mode
-                -md \$BLOCKCLUST_DATA_PATH/models
-                -x 3;
+                -md \$BLOCKCLUST_DATA_PATH/models;
                 #if str($tool_mode.pred.pred_mode) == "nearest_neighbour":
                     cp #echo os.path.join($outputdir,'nearest_neighbour_predictions.txt')# $nearest_neighbour_pred_bed;
                 #elif str($tool_mode.pred.pred_mode) == "model_based":
@@ -90,6 +92,7 @@
                     
                     
                 
+                
                 
                     
                         
diff -r e6f49ee3509c -r c1cc480c53da tool_dependencies.xml
--- a/tool_dependencies.xml	Mon Jul 21 09:19:13 2014 -0400
+++ b/tool_dependencies.xml	Sun Sep 21 20:41:10 2014 -0400
@@ -1,7 +1,7 @@
 
 
     
-        
+