This is the GVCF to VDS Pipeline documentation repository. This site provides comprehensive guides, usage instructions, API references, and contribution guidelines for the GVCF to VDS Pipeline tool.
Documentation can be found here: https://oligogeneticdiseases.github.io/gvcf-to-vds-docs/
To build the documentation on your local machine, follow these steps:
- Clone the Repository
git clone https://github.com/oligogeneticdiseases/gvcf-to-vds-docs.git
cd gvcf-to-vds-docs
pip install mkdocs
-
use
mkdocs serve
to dynamically build the pages on localhost while editing the markdown files -
run
mkdocs gh-deploy
: builds the html and pushes to branchgh-pages
(which is the one being served) -
commit and push the changes to the markdown files to branch
main