Contributing

Contributions are welcome through GitHub Issues and pull requests. For the repository-level contributor guide, see CONTRIBUTING.md.

Helpful Contributions

Development Checks

mamba env create -f environment.yml
mamba activate chromosort
pytest

or:

pixi install
pixi run test