bcf_reader 0.1.4

a small, lightweight, pure-Rust library to allow efficient, cross-platform access to genotype data in BCF files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.byteorder]
version = "1.4.3"

[dependencies.flate2]
version = "1.0.28"

[dependencies.rayon]
version = "1.10.0"

[package]
description = "a small, lightweight, pure-Rust library to allow efficient, cross-platform access to genotype data in BCF files"
edition = "2021"
license = "MIT"
name = "bcf_reader"
readme = "Readme.md"
repository = "https://github.com/bguo068/bcf-reader.git"
version = "0.1.4"