Commits for mmaddren
switch to files view, user index
v253_base to v254_preview (2011-06-28 to 2011-07-05) v254
- Working soft file. mkGeoPkg is 1 step above pseudocode
- python/ucscgenomics/softfile/SoftFile.py - lines changed 299, context: html, text, full: html, text
- python/ucscgenomics/softfile/mkGeoPkg - lines changed 23, context: html, text, full: html, text
- python/ucscgenomics/softfile/testSoft - lines changed 10, context: html, text, full: html, text
- Merge branch 'master' into mmaddren_pythondev
- updated directory structure to fit library design goal. modify PYTHONPATH to now point at python/ucscgenomics/lib instead of python/ucscgenomics/rafile
- python/ucscgenomics/cvValidate/cvValidate - lines changed 30, context: html, text, full: html, text
- python/ucscgenomics/lib/__init__.py - lines changed 0, context: html, text, full: html, text (a binary file or whitespace-only change shows no diff)
- python/ucscgenomics/lib/cvfile/CvFile.py - lines changed 568, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/__init__.py - lines changed 0, context: html, text, full: html, text (a binary file or whitespace-only change shows no diff)
- python/ucscgenomics/lib/cvfile/unittest/input/Antibody/BlankKey.ra - lines changed 25, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/Antibody/ExtraKey.ra - lines changed 26, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/Antibody/MissingKey.ra - lines changed 24, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/Antibody/NonmatchKey.ra - lines changed 25, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/Antibody/ValidStanza.ra - lines changed 36, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/CellLine/BlankKey.ra - lines changed 34, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/CellLine/ExtraKey.ra - lines changed 35, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/CellLine/MissingKey.ra - lines changed 33, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/CellLine/NonmatchKey.ra - lines changed 34, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/CellLine/ValidStanza.ra - lines changed 33, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/Mouse/BlankKey.ra - lines changed 37, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/Mouse/ExtraKey.ra - lines changed 38, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/Mouse/MissingKey.ra - lines changed 36, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/Mouse/NonmatchKey.ra - lines changed 37, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/input/Mouse/ValidStanza.ra - lines changed 37, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/unittest/testCvFile - lines changed 95, context: html, text, full: html, text
- python/ucscgenomics/lib/ordereddict/OrderedDict.py - lines changed 57, context: html, text, full: html, text
- python/ucscgenomics/lib/ordereddict/__init__.py - lines changed 0, context: html, text, full: html, text (a binary file or whitespace-only change shows no diff)
- python/ucscgenomics/lib/rafile/RaFile.py - lines changed 183, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/__init__.py - lines changed 0, context: html, text, full: html, text (a binary file or whitespace-only change shows no diff)
- python/ucscgenomics/lib/rafile/unittest/testRaFile.py - lines changed 205, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/testoutput/BasicDiff.out - lines changed 27, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/testoutput/CommentsDiff.out - lines changed 31, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/testoutput/DeleteItem.out - lines changed 39, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/testoutput/ExtraneousWhitespace.out - lines changed 70, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/testoutput/GetItem.out - lines changed 13, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/testoutput/InlineCommentsDiff.out - lines changed 27, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/testoutput/IterEntryItems.out - lines changed 27, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/testoutput/IterEntryKeys.out - lines changed 27, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/testoutput/IterEntryValues.out - lines changed 27, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/testoutput/IterItems.out - lines changed 19, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/testoutput/IterKeys.out - lines changed 11, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/testoutput/IterValues.out - lines changed 41, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/BasicDiff.ra - lines changed 12, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/CommentsDiff.ra - lines changed 14, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/DeleteItem.ra - lines changed 18, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/DuplicateKeys.ra - lines changed 8, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/FunctionalityCheck.ra - lines changed 23, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/GetItem.ra - lines changed 5, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/InlineCommentsDiff.ra - lines changed 12, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/IterEntryItems.ra - lines changed 12, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/IterEntryKeys.ra - lines changed 12, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/IterEntryValues.ra - lines changed 12, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/IterItems.ra - lines changed 8, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/IterKeys.ra - lines changed 4, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/IterValues.ra - lines changed 19, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/MisplacedKeys.ra - lines changed 8, context: html, text, full: html, text
- python/ucscgenomics/lib/rafile/unittest/tests/NonNewlineFile.ra - lines changed 5, context: html, text, full: html, text
- python/ucscgenomics/lib/softfile/SoftFile.py - lines changed 299, context: html, text, full: html, text
- python/ucscgenomics/rafile/OrderedDict.py - lines changed 57, context: html, text, full: html, text
- python/ucscgenomics/rafile/RaFile.py - lines changed 183, context: html, text, full: html, text
- python/ucscgenomics/rafile/__init__.py - lines changed 0, context: html, text, full: html, text (a binary file or whitespace-only change shows no diff)
- python/ucscgenomics/rafile/cv/CvFile.py - lines changed 568, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/Antibody/BlankKey.ra - lines changed 25, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/Antibody/ExtraKey.ra - lines changed 26, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/Antibody/MissingKey.ra - lines changed 24, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/Antibody/NonmatchKey.ra - lines changed 25, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/Antibody/ValidStanza.ra - lines changed 36, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/CellLine/BlankKey.ra - lines changed 34, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/CellLine/ExtraKey.ra - lines changed 35, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/CellLine/MissingKey.ra - lines changed 33, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/CellLine/NonmatchKey.ra - lines changed 34, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/CellLine/ValidStanza.ra - lines changed 33, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/Mouse/BlankKey.ra - lines changed 37, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/Mouse/ExtraKey.ra - lines changed 38, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/Mouse/MissingKey.ra - lines changed 36, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/Mouse/NonmatchKey.ra - lines changed 37, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/input/Mouse/ValidStanza.ra - lines changed 37, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/unittest/testCvFile - lines changed 95, context: html, text, full: html, text
- python/ucscgenomics/rafile/cv/validate - lines changed 30, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/testRaFile.py - lines changed 205, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/testoutput/BasicDiff.out - lines changed 27, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/testoutput/CommentsDiff.out - lines changed 31, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/testoutput/DeleteItem.out - lines changed 39, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/testoutput/ExtraneousWhitespace.out - lines changed 70, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/testoutput/GetItem.out - lines changed 13, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/testoutput/InlineCommentsDiff.out - lines changed 27, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/testoutput/IterEntryItems.out - lines changed 27, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/testoutput/IterEntryKeys.out - lines changed 27, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/testoutput/IterEntryValues.out - lines changed 27, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/testoutput/IterItems.out - lines changed 19, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/testoutput/IterKeys.out - lines changed 11, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/testoutput/IterValues.out - lines changed 41, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/.IterKeysExpected.ra.swp - lines changed 0, context: html, text, full: html, text (a binary file or whitespace-only change shows no diff)
- python/ucscgenomics/rafile/unittest/tests/BasicDiff.ra - lines changed 12, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/CommentsDiff.ra - lines changed 14, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/DeleteItem.ra - lines changed 18, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/DuplicateKeys.ra - lines changed 8, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/FunctionalityCheck.ra - lines changed 23, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/GetItem.ra - lines changed 5, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/InlineCommentsDiff.ra - lines changed 12, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/IterEntryItems.ra - lines changed 12, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/IterEntryKeys.ra - lines changed 12, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/IterEntryValues.ra - lines changed 12, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/IterItems.ra - lines changed 8, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/IterKeys.ra - lines changed 4, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/IterValues.ra - lines changed 19, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/MisplacedKeys.ra - lines changed 8, context: html, text, full: html, text
- python/ucscgenomics/rafile/unittest/tests/NonNewlineFile.ra - lines changed 5, context: html, text, full: html, text
- new version of mkGeoPkg
- python/ucscgenomics/cvValidate/cvValidate - lines changed 8, context: html, text, full: html, text
- python/ucscgenomics/lib/cvfile/CvFile.py - lines changed 11, context: html, text, full: html, text
- python/ucscgenomics/lib/ordereddict/OrderedDict.py - lines changed 0, context: html, text, full: html, text (a binary file or whitespace-only change shows no diff)
- python/ucscgenomics/lib/softfile/SoftFile.py - lines changed 92, context: html, text, full: html, text
- python/ucscgenomics/mkGeoPkg/mkGeoPkg - lines changed 231, context: html, text, full: html, text
- python/ucscgenomics/softfile/SoftFile.py - lines changed 299, context: html, text, full: html, text
- python/ucscgenomics/softfile/mkGeoPkg - lines changed 23, context: html, text, full: html, text
- python/ucscgenomics/softfile/testSoft - lines changed 10, context: html, text, full: html, text
- src/hg/encode/encodeMkChangeNotes/encodeMkChangeNotes - lines changed 1, context: html, text, full: html, text
- forgot to include a few files
- python/ucscgenomics/cvValidate/README - lines changed 1, context: html, text, full: html, text
- python/ucscgenomics/lib/softfile/__init__.py - lines changed 0, context: html, text, full: html, text (a binary file or whitespace-only change shows no diff)
- python/ucscgenomics/lib/softfile/unittest/testSoft - lines changed 10, context: html, text, full: html, text
- python/ucscgenomics/mkGeoPkg/README - lines changed 0, context: html, text, full: html, text (a binary file or whitespace-only change shows no diff)
- Merge branch 'master' into mmaddren_pythondev
- fixed line feeds
- python/ucscgenomics/lib/softfile/SoftFile.py - lines changed 17, context: html, text, full: html, text
- standardized protocol naming conventions. From now on, use protocol labPi:protocol.pdf ...
- src/hg/makeDb/trackDb/cv/alpha/cv.ra - lines changed 250, context: html, text, full: html, text
switch to files view, user index