081bfc7df6fb857ac0af0eda1571f4d28e94ae60
vsmalladi
  Fri May 11 10:36:18 2012 -0700
Updated files to state the new name of the library, didn't modify examples as that would be too hard to update with constant reorganization. Redmine #7029.
diff --git python/lib/README python/lib/README
index 631ae39..c527ea2 100644
--- python/lib/README
+++ python/lib/README
@@ -1,23 +1,23 @@
 CONTENTS AND COPYRIGHT
 
 This directory contains general purpose and computational biology oriented python modules.
 Initially this library was created in 2011 and actively contributed to by programmers at 
 UCSC Genome Bioinformatics Group.
 
 All files are copyrighted, but license is hereby granted for personal, academic, non-profit and
 commercial use.
 
 EXTENDING
 
 When extending packages and modules please follow the python style located in python/style.txt.
 
 MAJOR MODULES
 
-Here is a list of some of the more useful modules in the ucscGenomics library.
+Here is a list of some of the more useful modules in the ucscGb library.
 
 o - ra - Basic storage and filtering of RA files
 o - orderedDict - A Dictionary ADT (abstract data type) that preserves ordering of its keys through a parallel list.
 o - track - Handles ENCODE track relationships (e.g. metaData, download files, gbdb files)