kerblam 1.2.1

A project management tool for data science and bioinformatics
Documentation
1
2
3
4
5
6
7
8
// Utils to setup, run and teardown tests
mod utils;

// Run
mod test_run;

// Run examples locally;
mod run_local_examples;