A command-line bioinformatics tool scaffolded using template-python.
- Python 3.11
- Typer-powered CLI
- Conda + Docker compatible
- CI with GitHub Actions
- Auto-generated Sphinx docs
Install via Conda or use Docker:
conda env create -f environment.yml
conda activate nsforest
# OR
docker build -t nsforest .
docker run -it nsforest
nsforest --help
pytest tests/
MIT License © NIH/NLM