src/hg/makeDb/doc/hg19.txt 1.7
1.7 2009/04/24 23:42:48 hiram
running swap to panTro2 and make gc5Base download file
Index: src/hg/makeDb/doc/hg19.txt
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/doc/hg19.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/hg/makeDb/doc/hg19.txt 24 Apr 2009 23:11:24 -0000 1.6
+++ src/hg/makeDb/doc/hg19.txt 24 Apr 2009 23:42:48 -0000 1.7
@@ -485,16 +485,16 @@
'update dbDb set defaultPos="chr21:33,031,597-33,041,570" where name="hg19";' \
hgcentraltest
############################################################################
-# Self Lastz run (WORKING - 2009-03-19 - Hiram)
+# Self Lastz run (DONE - 2009-03-19 - Hiram)
mkdir /hive/data/genomes/hg19/bed/lastzSelf.2009-03-19
cd /hive/data/genomes/hg19/bed/lastzSelf.2009-03-19
cat << '_EOF_'
# human vs human
BLASTZ=lastz
# maximum M allowed with lastz is only 255
-BLASTZ_M=255
+BLASTZ_M=254
# lastz does not like the O= and E= lines in the matrix file
# this copy has that removed from /scratch/data/scratch/human_chimp.v2.q
BLASTZ_Q=/hive/data/genomes/hg19/bed/lastzHg19Haps.2009-03-09/human_chimp.v2.q
# and place those items here
@@ -601,8 +601,18 @@
-workhorse=hgwdev -smallClusterHub=pk -bigClusterHub=swarm \
> load.log 2>&1 &
# real 47m17.871s
+ # running the swap
+ ssh swarm
+ mkdir /hive/data/genomes/panTro2/bed/blastz.hg19.swap
+ cd /hive/data/genomes/panTro2/bed/blastz.hg19.swap
+ time nice -n +19 doBlastzChainNet.pl -verbose=2 \
+ -swap /hive/data/genomes/hg19/bed/lastzPanTro2.2009-03-19/DEF \
+ -noLoadChainSplit -chainMinScore=5000 -chainLinearGap=medium \
+ -workhorse=hgwdev -smallClusterHub=swarm -bigClusterHub=swarm \
+ > swap.log 2>&1 &
+
############################################################################
# Creating the pushQ entry (DONE - 2009-03-20 - Hiram)
mkdir /hive/data/genomes/hg19/pushQ
cd /hive/data/genomes/hg19/pushQ
@@ -796,4 +806,10 @@
# Ask cluster-admin to sync /scratch/ filesystem to kluster nodes
#############################################################################
+# create gc5Base download file (DONE - 2009-04-24 - Hiram)
+ cd /hive/data/genomes/hg19/bed/gc5Base
+ hgGcPercent -wigOut -doGaps -file=stdout -win=5 -verbose=0 hg19 \
+ /cluster/data/hg19/hg19.2bit | gzip -c > hg19.gc5Base.txt.gz
+
+#############################################################################