Added control_lane column to Flowcell.
[htsworkflow.git] / htsworkflow / frontend / experiments / admin.py
index a4a1eef424ebedc0b2877c4a7a1ceaff1f985752..1a4a93f75c312e6c0634a414cde37264d3e82368 100644 (file)
@@ -60,7 +60,7 @@ class FlowCellOptions(admin.ModelAdmin):
     list_filter = ('sequencer','cluster_station')
     fieldsets = (
         (None, {
-            'fields': ('run_date', ('flowcell_id','cluster_station','sequencer'), ('read_length', 'paired_end'),)
+            'fields': ('run_date', ('flowcell_id','cluster_station','sequencer'), ('read_length', 'control_lane', 'paired_end'),)
         }),
         #('Lanes:', {
         #   'fields' : (('lane__library__library_id', 'lane__pM', 'lane__cluster_estimate'),)