SeqData is a Python package for preparing ML-ready genomic sequence datasets. SeqData provides an interface for reading, writing, and manipulating annotated biological sequence data using XArray and Zarr.
See the documentation for more information.
This section was modified from https://github.com/pachterlab/kallisto.
All contributions, including bug reports, documentation improvements, and enhancement suggestions are welcome. Everyone within the community is expected to abide by our code of conduct
As we work towards a stable v1.0.0 release, and we typically develop on branches. These are merged into dev
once sufficiently tested. dev
is the latest, stable, development branch.
main
is used only for official releases and is considered to be stable. If you submit a pull request, please make sure to request to merge into dev
and NOT main
.