src/hg/makeDb/doc/mm9.txt 1.132

1.132 2010/04/03 00:19:07 hartera
Documented replacing a mapability file with new data file due to missing data.
Index: src/hg/makeDb/doc/mm9.txt
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/doc/mm9.txt,v
retrieving revision 1.131
retrieving revision 1.132
diff -b -B -U 4 -r1.131 -r1.132
--- src/hg/makeDb/doc/mm9.txt	29 Mar 2010 22:11:49 -0000	1.131
+++ src/hg/makeDb/doc/mm9.txt	3 Apr 2010 00:19:07 -0000	1.132
@@ -10104,9 +10104,10 @@
 # S = 1/(nb of match_found) and the BigWig index was created according to 
 # this score.
 # 2010-02-09. Loaded database and added data to /gbdb/
 # Added trackDb entry for the Mapability track.
- 
+# 2010-04-02. Replaced the Mapability 40mer subtrack bigWig file with a new one
+# provided by CRG as the old file had regions with missing data. 
      mkdir -p /hive/data/genomes/mm9/bed/crgMapability
      cd /hive/data/genomes/mm9/bed/crgMapability
 cat << 'EOF' > temp
 #!/bin/tcsh -ef
@@ -10147,8 +10148,23 @@
      # Added a trackDb entry for this mapability track in
      # kent/src/hg/makeDb/trackDb/mouse/mm9/trackDb.ra
      # use bigWigInfo to check min and max values. Created a mapability.html
      # description page. 
+     
+     # 2010-04-02, hartera
+     # QA found regions of missing data for the 40mer subtrack. Wrote to the 
+     # data providers and they said that the original output has no missing
+     # data so they recreated the bigWig file for the 40mer subtrack and a 
+     # link to the new file was sent on 2010-04-02. 
+     cd /hive/data/genomes/mm9/bed/crgMapability
+     wget --timestamping \
+"http://genome.crg.es/~tderrien/UCSC_Tracks/M.musculus.genome.mm9.mappability-40_mm9.bw.gz"
+     gunzip M.musculus.genome.mm9.mappability-40_mm9.bw.gz
+     # Remove old file from /gbdb/mm9/bbi and add new file.
+     rm /gbdb/mm9/bbi/crgMapabilityAlign40mer.bw
+     ln -s `pwd`/M.musculus.genome.mm9.mappability-40_mm9.bw \
+         /gbdb/mm9/bbi/crgMapabilityAlign40mer.bw
+     
 #####################################################################
 # tRNAs track (2010-03-12, Fan RE-BUILT)
 #
     ssh hgwdev