Skip to content

NSForest CLI for use by man and by machine (aka workflow languages such as Nextflow)

Notifications You must be signed in to change notification settings

NIH-NLM/nsforest-cli

Repository files navigation

NSForest CLI

A command-line bioinformatics tool scaffolded using template-python.


🛠 Features

  • Python 3.11
  • Typer-powered CLI
  • Conda + Docker compatible
  • CI with GitHub Actions
  • Auto-generated Sphinx docs

🚀 Getting Started

Install via Conda or use Docker:

conda env create -f environment.yml
conda activate nsforest
# OR
docker build -t nsforest .
docker run -it nsforest

💡 CLI Usage

nsforest --help

🧪 Run Tests

pytest tests/

📄 License

MIT License © NIH/NLM

About

NSForest CLI for use by man and by machine (aka workflow languages such as Nextflow)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published