Attempted linking to archived hard drive.
authorBrandon King <kingb@caltech.edu>
Tue, 7 Jul 2009 00:20:56 +0000 (00:20 +0000)
committerBrandon King <kingb@caltech.edu>
Tue, 7 Jul 2009 00:20:56 +0000 (00:20 +0000)
htsworkflow/frontend/samples/views.py

index 3fbfe792fd9224a5c68f78d4abaf7f1ac91b999f..e79262abdd95c08d05dc9a707af4991cecb79934 100644 (file)
@@ -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([ '<a href="/inventory/%s/">%s</a>' % (s,s) for s in storage_id_list ])
 
     results = []
     for cycle in cur_fc.keys():