Merge in the library list, detail, and results downloading feature from
authorDiane Trout <diane@caltech.edu>
Fri, 13 Feb 2009 01:51:58 +0000 (01:51 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 13 Feb 2009 01:51:58 +0000 (01:51 +0000)
commit442a9a820e75598efa4d8a638ad4bf3c34fe212c
tree7fdf76e569554206c2df9602d2d78bbf7effe609
parent8b0fc2ca20ca8026efb18b9c7f3ac1cfa95591ed
Merge in the library list, detail, and results downloading feature from
the Caltech live site.

There's several components in the frontend tree to render the pages,
in addition this adds in some helper functions in pipelines.eland
to simplify computing summary statistics for an eland lane.

I also needed to merge in a generator based makebed code for
returning the files to the django database.

To use this, the settings file in this branch will need a variable
RESULT_HOME_DIR to be set.
htsworkflow/frontend/samples/results.py [new file with mode: 0644]
htsworkflow/frontend/samples/views.py
htsworkflow/frontend/settings.py
htsworkflow/frontend/templates/samples/library_detail.html [new file with mode: 0644]
htsworkflow/frontend/templates/samples/library_index.html [new file with mode: 0644]
htsworkflow/frontend/urls.py
htsworkflow/pipelines/eland.py
htsworkflow/util/makebed.py
htsworkflow/util/test/test_makebed.py