Remove a few more fields that we dont use, and change the Lanes display
[htsworkflow.git] / htsworkflow / frontend / samples / admin.py
index e237ea9c40752764d62e0f62af8475024f1c8875..9fb140845423e6e061eb88f80754bf95089f35ed 100644 (file)
@@ -30,17 +30,19 @@ class LibraryOptions(admin.ModelAdmin):
         #'aligned_reads',
         #'DataRun',
         'library_name',
-        'experiment_type',
+        #'experiment_type',
         #'organism',
         #'antibody_name',
         #'cell_line',
         #'libtags',
         #'made_for',
        'affiliation',
-        'made_by',
+        #'made_by',
         'undiluted_concentration',
         'creation_date',
+       'stopping_point',
         #'condition',
+
     )
     list_filter = (
         'experiment_type',