enum MinknowApi::Basecaller::StartRequest::StartRequestCase

Defined in:

generated/minknow_api/basecaller.pb.cr

Enum Members

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 Method Summary

Instance Method Detail

def analysis_workflow_request? #

Returns true if this enum value equals ANALYSIS_WORKFLOW_REQUEST


[View source]
def none? #

Returns true if this enum value equals NONE


[View source]
def proxy_request? #

Returns true if this enum value equals PROXY_REQUEST


[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]