From d6a64e1300408be5ee8669f4e9bfafc518e57272 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Tue, 7 Jul 2009 00:20:56 +0000 Subject: [PATCH] Attempted linking to archived hard drive. --- htsworkflow/frontend/samples/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/frontend/samples/views.py b/htsworkflow/frontend/samples/views.py index 3fbfe79..e79262a 100644 --- a/htsworkflow/frontend/samples/views.py +++ b/htsworkflow/frontend/samples/views.py @@ -363,7 +363,7 @@ def _make_eland_results(flowcell_id, lane, interesting_flowcells): if len(storage_id_list) == 0: storage_ids = None else: - storage_ids = ', '.join(storage_id_list) + storage_ids = ', '.join([ '%s' % (s,s) for s in storage_id_list ]) results = [] for cycle in cur_fc.keys(): -- 2.30.2