Rename avg_lib_size to gel_cut_size, and add insert_size
[htsworkflow.git] / htsworkflow / frontend / experiments / admin.py
index 0f00d0eea8732e7614c520f708e92c5665376dfd..f05643d6517f46369b4773f839b5dc63c31715e4 100644 (file)
@@ -57,7 +57,7 @@ class LaneInline(admin.StackedInline):
       (None, {
         'fields': ('lane_number', 'flowcell',
                    ('library',),
-                   ('pM', 'cluster_estimate'),
+                   ('pM', 'cluster_estimate', 'status'),
                    'comment',)
       }),
     )