peprs-core 0.1.0

Core library for the PEP (Portable Encapsulated Projects) biological metadata specification
1
2
3
4
5
6
7
8
pub mod config;
pub mod consts;
pub mod error;
pub mod project;
pub mod sample;
pub mod utils;
#[cfg(feature = "wdl")]
pub mod wdl;