Add a /config/<fcid>/json url that returns information about a flowcell
authorDiane Trout <diane@caltech.edu>
Sat, 19 Sep 2009 01:15:42 +0000 (01:15 +0000)
committerDiane Trout <diane@caltech.edu>
Sat, 19 Sep 2009 01:15:42 +0000 (01:15 +0000)
commit2195e9dcb9c528cd164653d3b463a3a007ea801f
treead0b1b7d5dbe28226490715ee7abd8eb95170676
parent3a65b8ef23eb6b4b3bba06eb99132119c35c2bd7
Add a /config/<fcid>/json url that returns information about a flowcell
this includes test code that verifies the underlying dictionary
representing the flowcell is correct, as well as testing that we
can retrieve data from the url only if we're logged in.

Now I need to implement something similar for sharing information
about libraries.
htsworkflow/frontend/experiments/experiments.py
htsworkflow/frontend/experiments/fixtures/test_flowcells.json [new file with mode: 0644]
htsworkflow/frontend/experiments/tests.py [new file with mode: 0644]
htsworkflow/frontend/experiments/urls.py