Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "gskits"
version = "0.8.1"
edition = "2021"
description = "common kits"
license = "MIT"
repository ="https://github.com/keithyin/gskits"

[dependencies]
rust-htslib = "0.47.0"
anyhow = "1.0.93"
indicatif= {version="0.17.7"}
num_cpus="1.16"
tracing = "0.1.40"
uuid = { version = "1.0", features = ["v5"] }
chrono = "0.4"
bio="2.0.3"