ontime 0.3.0

Extract subsets of ONT (Nanopore) reads based on time
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
branch_whitelist = [ "main", "release/**" ]
pre_bump_hooks = [
    "cargo build --release",
    "echo 'bumping from {{latest}} to {{version}}'",
    "cargo bump {{version}}",
]

[changelog]
path = "CHANGELOG.md"
template = "remote"
remote = "github.com"
repository = "ontime"
owner = "mbhall88"
authors = [
    { signature = "Michael Hall", username = "mbhall88" },
]