New TOPMed Imputation Server documentation for the Nextflow edition (Cloudgene 3 / Imputationserver 2):
https://statgen.github.io/tis-v2-docs/
Following on the steps of genepi/michigan-imputationserver, we moved the docs to a consolidated MkDocs system. Prettier and ad-free!
This project uses uv
for dependency management. To install dependencies:
uv sync
To run the docs server locally:
uv run mkdocs server
To deploy the docs, run:
uv run mkdocs gh-deploy