From: Diane Trout Date: Tue, 10 Dec 2013 23:15:43 +0000 (-0800) Subject: Being able to filter on paired end runs might be useful X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=faa114afe3b3249780556eab61c7f796eb88d859 Being able to filter on paired end runs might be useful --- diff --git a/htsworkflow/frontend/experiments/admin.py b/htsworkflow/frontend/experiments/admin.py index 23c8098..6cf7aeb 100644 --- a/htsworkflow/frontend/experiments/admin.py +++ b/htsworkflow/frontend/experiments/admin.py @@ -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'),