enum

MinknowApi::Basecaller::StartRequest::StartRequestCase

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
START_BASECALLING_REQUEST = 2
START_BARCODING_REQUEST = 3
START_ALIGNMENT_REQUEST = 4
START_POST_PROCESSING_PROTOCOL_REQUEST = 5
PROXY_REQUEST = 6
ANALYSIS_WORKFLOW_REQUEST = 7

Instance methods

analysis_workflow_request?

Returns true if this enum value equals ANALYSIS_WORKFLOW_REQUEST

Source
none?

Returns true if this enum value equals NONE

Source
proxy_request?

Returns true if this enum value equals PROXY_REQUEST

Source
start_alignment_request?

Returns true if this enum value equals START_ALIGNMENT_REQUEST

Source
start_barcoding_request?

Returns true if this enum value equals START_BARCODING_REQUEST

Source
start_basecalling_request?

Returns true if this enum value equals START_BASECALLING_REQUEST

Source
start_post_processing_protocol_request?

Returns true if this enum value equals START_POST_PROCESSING_PROTOCOL_REQUEST

Source