enum

MinknowApi::AnalysisConfiguration::WriterConfiguration::ReadFast5Configuration::BatchInfoCase

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
BATCH_COUNT = 10
BASES_PER_BATCH = 15
NO_OUTPUT_BASED_BATCHING = 17

Instance methods

bases_per_batch?

Returns true if this enum value equals BASES_PER_BATCH

Source
batch_count?

Returns true if this enum value equals BATCH_COUNT

Source
no_output_based_batching?

Returns true if this enum value equals NO_OUTPUT_BASED_BATCHING

Source
none?

Returns true if this enum value equals NONE

Source