struct Wgsim::RefBase

Defined in:

wgsim/ref_base.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(nucleotide : UInt8, mutation_type : Wgsim::MutType, insertion : Slice(UInt8) | Nil = nil) #

[View source]

Instance Method Detail

def insertion : Slice(UInt8) | Nil #

[View source]
def insertion=(insertion : Slice(UInt8) | Nil) #

[View source]
def mutation_type : MutType #

[View source]
def mutation_type=(mutation_type : MutType) #

[View source]
def nucleotide : UInt8 #

[View source]
def nucleotide=(nucleotide : UInt8) #

[View source]