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

1.44 2009/08/10 18:44:09 kate
July freeze close-out
Index: src/hg/utils/automation/Encode.pm
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/Encode.pm,v
retrieving revision 1.43
retrieving revision 1.44
diff -b -B -U 4 -r1.43 -r1.44
--- src/hg/utils/automation/Encode.pm	22 Jun 2009 17:22:47 -0000	1.43
+++ src/hg/utils/automation/Encode.pm	10 Aug 2009 18:44:09 -0000	1.44
@@ -35,9 +35,9 @@
 
 our $restrictedMonths = 9;
 
 # change this for each freeze
-our $dataVersion = "ENCODE July 2009 Freeze";
+our $dataVersion = "ENCODE Fall 2009 Freeze";
 
 our $tempDir = "/data/tmp";	# place to put the big temporary files generated by sort etc.
 
 our $sqlCreate = "/cluster/bin/sqlCreate";