Add module to parse UCSC DAF file.
authorDiane Trout <diane@caltech.edu>
Wed, 15 Jun 2011 02:31:45 +0000 (19:31 -0700)
committerDiane Trout <diane@caltech.edu>
Wed, 15 Jun 2011 02:31:45 +0000 (19:31 -0700)
commita8691bd8d11e930323f2d714786c4f7f10fa1322
tree45f7a56bbaee6e172efe6a59c931a64c984cb25f
parent0be197c02ddd76dc6487d2bf788ce1adfcd3ff96
Add module to parse UCSC DAF file.
This includes some utilities to help convert the DAF dictionary
to a librdf model.
htsworkflow/submission/daf.py [new file with mode: 0644]
htsworkflow/submission/test/test_daf.py [new file with mode: 0644]
htsworkflow/util/rdfhelp.py [new file with mode: 0644]
htsworkflow/util/test/test_rdfhelp.py [new file with mode: 0644]