X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Fexperiments%2Fadmin.py;fp=htsworkflow%2Ffrontend%2Fexperiments%2Fadmin.py;h=e2ea65962e2305200f6212c0e334beb47cb78b23;hb=543e7dbd350fa35c2917c2798991af58b263b03c;hp=1a27a17c6ffc2a1e19898947960a50347a89643f;hpb=9faa0523ec59117316cbcff36cea4f606129cafd;p=htsworkflow.git diff --git a/htsworkflow/frontend/experiments/admin.py b/htsworkflow/frontend/experiments/admin.py index 1a27a17..e2ea659 100644 --- a/htsworkflow/frontend/experiments/admin.py +++ b/htsworkflow/frontend/experiments/admin.py @@ -13,6 +13,7 @@ from django.utils.translation import ugettext_lazy as _ class DataFileForm(ModelForm): class Meta: model = DataFile + fields = ('random_key', 'data_run', 'library', 'file_type', 'relative_pathname') class DataFileInline(admin.TabularInline): model = DataFile @@ -65,6 +66,8 @@ class LaneForm(ModelForm): class Meta: model = Lane + fields = ('flowcell', 'lane_number', 'library', 'pM', 'cluster_estimate', + 'status', 'comment') class LaneInline(admin.StackedInline): """