gen-models 0.1.31

Models for the gen sequence graph and version control system.
Documentation
pub mod accession;
pub mod annotations;
pub mod block_group;
pub mod block_group_edge;
pub mod block_group_lineage;
pub mod changesets;
pub mod collection;
pub mod db;
pub mod edge;
pub mod errors;
pub mod file_types;
pub mod files;
#[allow(clippy::all)]
pub mod generated;
pub use generated::gen_models_capnp;
pub mod lineage;
pub mod manifest;
pub mod metadata;
pub mod migrations;
pub mod node;
pub mod operations;
pub mod path;
pub mod path_edge;
pub mod reference_alias;
pub mod sample;
pub mod sample_lineage;
pub mod sequence;
pub mod session_operations;
#[cfg(test)]
pub mod test_helpers;
pub mod traits;