Use named tuple for sequence flowcell/start/stop/project dir extractor
authorDiane Trout <diane@caltech.edu>
Mon, 5 Mar 2012 22:16:11 +0000 (14:16 -0800)
committerDiane Trout <diane@caltech.edu>
Mon, 5 Mar 2012 22:18:02 +0000 (14:18 -0800)
commitf12244468a66fedbbc758c2a2cbeba9d3a1ed9bc
treecbd42668fb5b4cab04e6c8cda2f460868553924f
parentb95389fe83caeca5fc25e449e3ea8e8d54adf1ec
Use named tuple for sequence flowcell/start/stop/project dir extractor

I was returning too much stuff from get_flowcell_cycle, so I thought
a named tuple would make it more comprehensible.
htsworkflow/pipelines/sequences.py
htsworkflow/pipelines/test/test_sequences.py