Allow grabbing library information via json.
authorDiane Trout <diane@caltech.edu>
Sat, 19 Sep 2009 01:15:48 +0000 (01:15 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 19 Sep 2009 01:15:48 +0000 (01:15 +0000)
commitc077be894e37342f0f4437afd60859a7fe2f80d3
treeac818b7ea44d77bd311a69ddd05df6eb3fb357a1
parent2195e9dcb9c528cd164653d3b463a3a007ea801f
Allow grabbing library information via json.
Also make sure that we refer to libraries by our official "library_id"
instead of django's primary key library.id. I needed alter what was being
returned by the flowcell json code in order to support this.
htsworkflow/frontend/experiments/experiments.py
htsworkflow/frontend/experiments/fixtures/test_flowcells.json
htsworkflow/frontend/experiments/tests.py
htsworkflow/frontend/experiments/urls.py
htsworkflow/frontend/samples/fixtures/initial_data.json
htsworkflow/frontend/samples/fixtures/test_samples.json [new file with mode: 0644]
htsworkflow/frontend/samples/tests.py
htsworkflow/frontend/samples/urls.py [new file with mode: 0644]
htsworkflow/frontend/samples/views.py
htsworkflow/frontend/urls.py