Arg... spelling!
authorBrandon King <kingb@caltech.edu>
Wed, 17 Jun 2009 18:58:12 +0000 (18:58 +0000)
committerBrandon King <kingb@caltech.edu>
Wed, 17 Jun 2009 18:58:12 +0000 (18:58 +0000)
htsworkflow/frontend/samples/views.py

index 100f3a972bc826858fd84134f683a82f5b2d41d8..abc4c6ea63f2038345e8bf3d17390bc37af96cfb 100644 (file)
@@ -320,7 +320,7 @@ def _make_eland_results(flowcell_id, lane, interesting_flowcells):
     if cur_fc is None:
       return []
 
-    flowcell = Flowcell.objects.get(flowcell_id=flowcell_id)
+    flowcell = FlowCell.objects.get(flowcell_id=flowcell_id)
     # Loop throw storage devices if a result has been archived
     storage_id_list = []
     if cur_fc is not None: