Being able to filter on paired end runs might be useful
authorDiane Trout <diane@ghic.org>
Tue, 10 Dec 2013 23:15:43 +0000 (15:15 -0800)
committerDiane Trout <diane@ghic.org>
Tue, 10 Dec 2013 23:15:43 +0000 (15:15 -0800)
htsworkflow/frontend/experiments/admin.py

index 23c8098400643c402d302f1a4c3668f2988529d2..6cf7aeb4c7a29a53fa4bfa4db0dc7ef4082e98c2 100644 (file)
@@ -107,7 +107,7 @@ class FlowCellOptions(admin.ModelAdmin):
         '=lane__library__id',
         'lane__library__library_name')
     list_display = ('flowcell_id','run_date','Lanes')
-    list_filter = ('sequencer','cluster_station')
+    list_filter = ('sequencer','cluster_station', 'paired_end')
     fieldsets = (
         (None, {
           'fields': ('run_date', ('flowcell_id','cluster_station','sequencer'),