Flowcell API¶
API operations on flowcells.
-
class
flowcell.views.FlowcellAnalysisViewSet(**kwargs)[source]¶ Bases:
rest_framework.viewsets.ViewSet-
analysis_list(request)[source]¶ This returns a dictionary of the information required to run an automated analysis on the flow cell’s contents The keys of the dictionary are projects. The values are then a dictionary dictionaries with library name keys and tuple values of (sample/library name, library type, library protocol type, organism).
-
permission_classes= [<class 'rest_framework.permissions.IsAdminUser'>]¶
-
-
class
flowcell.views.FlowcellViewSet(**kwargs)[source]¶ Bases:
common.mixins.MultiEditMixin,rest_framework.viewsets.ReadOnlyModelViewSet-
download_benchtop_protocol(request)[source]¶ Generate Benchtop Protocol as XLS file for selected lanes.
-
permission_classes= [<class 'rest_framework.permissions.IsAdminUser'>]¶
-
serializer_class¶ alias of
LaneSerializer
-