src/hg/utils/automation/Encode.pm 1.49

1.49 2009/11/02 17:51:22 kate
Sep09 freeze is done!
Index: src/hg/utils/automation/Encode.pm
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/Encode.pm,v
retrieving revision 1.48
retrieving revision 1.49
diff -b -B -U 4 -r1.48 -r1.49
--- src/hg/utils/automation/Encode.pm	23 Oct 2009 01:19:57 -0000	1.48
+++ src/hg/utils/automation/Encode.pm	2 Nov 2009 17:51:22 -0000	1.49
@@ -36,9 +36,10 @@
 
 our $restrictedMonths = 9;
 
 # change this for each freeze
-our $dataVersion = "ENCODE Sep 2009 Freeze";
+#our $dataVersion = "ENCODE Sep 2009 Freeze";
+our $dataVersion = "ENCODE Jan 2010 Freeze";
 
 our $tempDir = "/data/tmp";	# place to put the big temporary files generated by sort etc.
 
 our $sqlCreate = "/cluster/bin/sqlCreate";