Move parse_flowcell_id out of frontend.samples.results
authorDiane Trout <diane@caltech.edu>
Wed, 22 Jun 2011 22:05:59 +0000 (15:05 -0700)
committerDiane Trout <diane@caltech.edu>
Wed, 22 Jun 2011 22:05:59 +0000 (15:05 -0700)
commit2045ea9a60f315dabf1fb190713dda237c7a6b0b
treed4d9d1eafc740c14f4283561624278e286379157
parente39a73a02997e38a6dbf7797c5f657793e9c7059
Move parse_flowcell_id out of frontend.samples.results
this is so the fastq extraction code can run on systems without
django installed.
htsworkflow/frontend/experiments/models.py
htsworkflow/frontend/samples/results.py
htsworkflow/frontend/samples/views.py
htsworkflow/pipelines/srf2fastq.py
htsworkflow/submission/condorfastq.py
htsworkflow/util/conversion.py