X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Fsamples%2Fviews.py;h=abc4c6ea63f2038345e8bf3d17390bc37af96cfb;hp=100f3a972bc826858fd84134f683a82f5b2d41d8;hb=b868c8899f3ac541095f15386e5a0c2ef4c598b6;hpb=2e48d3f7aaffa4bfdcb73fcfe82aaf3b81970ae7 diff --git a/htsworkflow/frontend/samples/views.py b/htsworkflow/frontend/samples/views.py index 100f3a9..abc4c6e 100644 --- a/htsworkflow/frontend/samples/views.py +++ b/htsworkflow/frontend/samples/views.py @@ -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: