X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Fexperiments%2Fadmin.py;h=6cf7aeb4c7a29a53fa4bfa4db0dc7ef4082e98c2;hp=23c8098400643c402d302f1a4c3668f2988529d2;hb=faa114afe3b3249780556eab61c7f796eb88d859;hpb=6d4095658be3e872dbfbb23f0a0b95eb7e396db9 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'),