enum

MinknowApi::Basecaller::RunInfo::StartRequestOneofCase

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
START_BASECALLING_REQUEST = 2
START_BARCODING_REQUEST = 11
START_ALIGNMENT_REQUEST = 12
START_POST_PROCESSING_PROTOCOL_REQUEST = 13

Instance methods

none?

Returns true if this enum value equals NONE

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