22059b2d2f20df8ee41bf31c62fedbe16496b650 vsmalladi Thu Mar 15 13:59:57 2012 -0700 Updating Style Guide and README to kent/src standards. Redmine #7162. diff --git python/lib/README python/lib/README new file mode 100644 index 0000000..631ae39 --- /dev/null +++ python/lib/README @@ -0,0 +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. + +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) + + +