gannot

Crates.iogannot
lib.rsgannot
version0.1.0
created_at2025-01-04 14:13:24.28565+00
updated_at2025-02-23 14:58:18.160904+00
descriptionA small library with limited functionality focused on genome annotation.
homepage
repositoryhttps://github.com/gannot/gannot
max_upload_size
id1503946
size27,309
Garth Ilsley (ilsley)

documentation

README

Gannot

Gannot is a small library with limited functionality focused on genome annotation. It is a result of factoring out code that I have found useful in various Rust projects.

It is unlikely to be more generally useful at this stage, but it provides a base for me to add further shared code—and to learn the Cargo ecosystem. If I have a chance to extend it, there are likely to be many breaking changes, so it is not recommended to use this package.

Currently, it provides convenience functions for specifying genomic coordinates and for parsing GFF3 and BED files.

License

Licensed under either

at your option.

Commit count: 3

cargo fmt