Bed file generation is here!
authorBrandon King <kingb@caltech.edu>
Wed, 28 May 2008 19:19:47 +0000 (19:19 +0000)
committerBrandon King <kingb@caltech.edu>
Wed, 28 May 2008 19:19:47 +0000 (19:19 +0000)
commitacf8fead4739cfadbd829788841cbf959d9f5055
tree6f8bb877899d227e9d8ccb5f14e2092a7cb76a87
parent6f0fb6919cb86ee346d788b89d9e11c6f68a6555
Bed file generation is here!
 * Added a new makebed function which returns a generator rather
   than writing to outstream.
 * Updated the make_description function in makebed.py to be able
   to handle cases like '<flowcell_id> (deleted)'.
 * Added a bedfile generation view which uses the makebed generator
   function to prevent memory issues on the webserver.
 * Visit <url>/library/ for trying out the new features!
gaworkflow/frontend/fctracker/views.py
gaworkflow/frontend/urls.py
gaworkflow/util/makebed.py