src/hg/makeDb/doc/hg19.txt 1.11
1.11 2009/05/11 20:50:57 hiram
Running Mouse Mm9 and Dog CanFam2 blastz
Index: src/hg/makeDb/doc/hg19.txt
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/doc/hg19.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/hg/makeDb/doc/hg19.txt 8 May 2009 22:23:22 -0000 1.10
+++ src/hg/makeDb/doc/hg19.txt 11 May 2009 20:50:57 -0000 1.11
@@ -2097,5 +2097,79 @@
hgsql hg19 < ensemblLift.sql
hgsql hg19 \
-e 'LOAD DATA LOCAL INFILE "ensemblLift.tab" INTO TABLE ensemblLift'
+
##############################################################################
+# BLASTZ MOUSE Mm9 (DONE - 2009-05-11 - Hiram)
+ mkdir /hive/data/genomes/hg19/bed/lastzMm9.2009-05-11
+ cd /hive/data/genomes/hg19/bed/lastzMm9.2009-05-11
+
+ cat << '_EOF_' > DEF
+# human vs mouse
+BLASTZ_ABRIDGE_REPEATS=1
+
+# TARGET: Human Hg19
+SEQ1_DIR=/scratch/data/hg19/nib
+SEQ1_SMSK=/scratch/data/hg19/linSpecRep/lineageSpecificRepeats
+SEQ1_LEN=/scratch/data/hg19/chrom.sizes
+SEQ1_CHUNK=10000000
+SEQ1_LAP=0
+
+# QUERY: Mouse Mm9
+SEQ2_DIR=/scratch/data/mm9/nib
+SEQ2_SMSK=/scratch/data/mm9/notInOthers
+SEQ2_LEN=/scratch/data/mm9/chrom.sizes
+SEQ2_CHUNK=10000000
+SEQ2_LAP=10000
+
+BASE=/hive/data/genomes/hg19/bed/lastzMm9.2009-05-11
+TMPDIR=/scratch/tmp
+'_EOF_'
+ # << happy emacs
+
+ # establish a screen to control this job
+ screen
+ time nice -n +19 doBlastzChainNet.pl -verbose=2 \
+ `pwd`/DEF \
+ -workhorse=hgwdev -smallClusterHub=memk -bigClusterHub=swarm \
+ -chainMinScore=3000 -chainLinearGap=medium > do.log 2>&1 &
+XXX - running Mon May 11 13:40:46 PDT 2009
+
+#########################################################################
+# BLASTZ Dog CanFam2 (DONE - 2009-05-11 - Hiram)
+ mkdir /hive/data/genomes/hg19/bed/lastzCanFam2.2009-05-11
+ cd /hive/data/genomes/hg19/bed/lastzCanFam2.2009-05-11
+
+ cat << '_EOF_' > DEF
+# human vs dog
+BLASTZ_ABRIDGE_REPEATS=1
+
+# TARGET: Human Hg19
+SEQ1_DIR=/scratch/data/hg19/nib
+SEQ1_SMSK=/scratch/data/hg19/linSpecRep/lineageSpecificRepeats
+SEQ1_LEN=/scratch/data/hg19/chrom.sizes
+SEQ1_CHUNK=10000000
+SEQ1_LAP=0
+
+# QUERY: Dog CanFam2
+SEQ2_DIR=/scratch/data/canFam2/nib
+SEQ2_LEN=/scratch/data/canFam2/chrom.sizes
+SEQ2_SMSK=/scratch/scratch/data/canFam2/linSpecRep.notInHuman
+SEQ2_IN_CONTIGS=0
+SEQ2_CHUNK=20000000
+SEQ2_LAP=10000
+
+BASE=/hive/data/genomes/hg19/bed/lastzCanFam2.2009-05-11
+TMPDIR=/scratch/tmp
+'_EOF_'
+ # << happy emacs
+
+ # establish a screen to control this job
+ screen
+ time nice -n +19 doBlastzChainNet.pl -verbose=2 \
+ `pwd`/DEF \
+ -workhorse=hgwdev -smallClusterHub=memk -bigClusterHub=swarm \
+ -chainMinScore=3000 -chainLinearGap=medium > do.log 2>&1 &
+XXX - running Mon May 11 13:40:46 PDT 2009
+
+#########################################################################