enum MinknowApi::Basecaller::RunInfo::StartRequestOneofCase

Defined in:

generated/minknow_api/basecaller.pb.cr

Enum Members

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

Instance Method Summary

Instance Method Detail

def none? #

Returns true if this enum value equals NONE


[View source]
def start_alignment_request? #

Returns true if this enum value equals START_ALIGNMENT_REQUEST


[View source]
def start_barcoding_request? #

Returns true if this enum value equals START_BARCODING_REQUEST


[View source]
def start_basecalling_request? #

Returns true if this enum value equals START_BASECALLING_REQUEST


[View source]
def start_post_processing_protocol_request? #

Returns true if this enum value equals START_POST_PROCESSING_PROTOCOL_REQUEST


[View source]