Initial implementation of importencoded
authorDiane Trout <diane@ghic.org>
Mon, 11 Apr 2016 22:48:33 +0000 (15:48 -0700)
committerDiane Trout <diane@ghic.org>
Mon, 11 Apr 2016 22:48:33 +0000 (15:48 -0700)
commitac55b69d35ace5548b31cd10bc3ee0c8b5b4db67
tree6ed519f9cb190eeaf38ff284d0ca069d888b1e63
parenta87fe2743e21fab0a18bda84a3d9b101544ac9a0
Initial implementation of importencoded

This version reads from a json dump file and dumps it
into postgresql using sqlalchemy.

Considering the rest of htsworkflow uses django it might
be better to switch to using django's ORM and also to take advantage
of requests.
encode_submission/importencoded.py [new file with mode: 0644]