older librdf wanted to include type information when showing query strings.
authorDiane Trout <diane@caltech.edu>
Thu, 27 Sep 2012 18:46:56 +0000 (11:46 -0700)
committerDiane Trout <diane@caltech.edu>
Thu, 27 Sep 2012 18:46:56 +0000 (11:46 -0700)
commit56cb3b470969ed4273e0f8437216e1642c7c4d0f
tree4a6c54395e18d4daa9600d16c73c9c2e6ab8541b
parent7ea6224ed752678c869dae28eb4ae56c601be75f
older librdf wanted to include type information when showing query strings.
So I ran everything through fromTypedNode to convert the nodes
to simple python types.

However fromTypedNode wasn't intended to handle non-literal nodes
so I had to adjust it a bit to return resource nodes safely.
htsworkflow/submission/submission.py
htsworkflow/util/rdfhelp.py