pub mod ascii_vec_sequence;
pub mod two_bit_vec_sequence;
pub mod two_bit_vec_sequence_store;
pub mod vec_sequence_store;
pub type DefaultGenome = two_bit_vec_sequence::TwoBitVectorGenome;
pub type DefaultSubGenome = two_bit_vec_sequence::TwoBitVectorSubGenome;
pub type DefaultSequenceStore = two_bit_vec_sequence_store::TwoBitVectorSequenceStore;
pub type DefaultSequenceStoreHandle = <two_bit_vec_sequence_store::TwoBitVectorSequenceStore as crate::interface::sequence_store::SequenceStore>::Handle;