src/hg/makeDb/doc/xenTro2.txt 1.16

1.16 2009/12/24 20:30:41 galt
danRer6/xenTro2 chainswap
Index: src/hg/makeDb/doc/xenTro2.txt
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/doc/xenTro2.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -B -U 4 -r1.15 -r1.16
--- src/hg/makeDb/doc/xenTro2.txt	20 Sep 2009 17:16:47 -0000	1.15
+++ src/hg/makeDb/doc/xenTro2.txt	24 Dec 2009 20:30:41 -0000	1.16
@@ -1610,4 +1610,23 @@
    svn+ssh://hgwdev.cse.ucsc.edu/projects/compbio/usr/markd/svn/projs/transMap/tags/vertebrate.2009-09-13
 
 see doc/builds.txt for specific details.
 ############################################################################
+# LASTZ/CHAIN/NET swap danRer6 (DONE - 2009-12-23 - Galt)
+    # original alignment to danRer6
+    cd /hive/data/genomes/danRer6/bed/lastzXenTro2.2009-12-22
+    cat fb.danRer6.chainXenTro2Link.txt
+    #  100078259 bases of 1506896106 (6.641%) in intersection
+
+    #   running the swap - DONE - 2009-12-23
+    mkdir /hive/data/genomes/xenTro2/bed/blastz.danRer6.swap
+    cd /hive/data/genomes/xenTro2/bed/blastz.danRer6.swap
+    time nice +19 doBlastzChainNet.pl -verbose=2 \
+        /hive/data/genomes/danRer6/bed/lastzXenTro2.2009-12-22/DEF \
+        -noLoadChainSplit -chainMinScore=5000 -chainLinearGap=loose \
+        -workhorse=hgwdev -smallClusterHub=memk -bigClusterHub=swarm \
+        -swap >& swap.log &
+
+    cat fb.xenTro2.chainDanRer6Link.txt
+    #   92089833 bases of 1359412157 (6.774%) in intersection
+
+#######################################################################