enum

MinknowApi::Basecaller::PostProcessingProvider

Inherits Enum < Comparable < Value < Object

Constants

SCRIPT = 0
EPI2ME = 1

Class methods

from_raw?(raw : Int32) : self | Nil
Source

Instance methods

epi2_me?

Returns true if this enum value equals EPI2ME

Source
script?

Returns true if this enum value equals SCRIPT

Source