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
make agent-check

or:

pixi install
pixi run agent-check

For a focused code check, python -m unittest discover -s tests -v and pytest both exercise the synthetic fixture suite.