Generate html reports when doing sparql queries with encode_find.
authorDiane Trout <diane@caltech.edu>
Wed, 23 May 2012 00:36:07 +0000 (17:36 -0700)
committerDiane Trout <diane@caltech.edu>
Wed, 23 May 2012 00:36:07 +0000 (17:36 -0700)
commitcc57620b896e1ff651df9814edcb292fdc8df6d6
treebcdc05c9cca6495370665ea6bb65ad5be2353f17
parentf8f5ec437bd2ce968d07b98125383618adaa83c9
Generate html reports when doing sparql queries with encode_find.

I have a further improved simplify_uri function which extracts
a meaningful name from some pretty arbitrary rdf nodes.

(This does mean that an earlier attempt which is still in the code
probably can be removed -- that one depended on knowing the namespace)
encode_submission/encode_find.py
htsworkflow/templates/rdf_report.html [new file with mode: 0644]
htsworkflow/util/rdfhelp.py