This repository is the source code for Genomics Workflows on AWS. It contains markdown documents that are used to build the site as well as source code (CloudFormation templates, scripts, etc) that can be used to deploy AWS infrastructure for running genomics workflows.
The documentation is built using mkdocs.
Install dependencies:
$ conda env create --file environment.yaml
This will create a conda
environment called mkdocs
Build the docs:
$ conda activate mkdocs
$ mkdocs build
This sample code is made available under a modified MIT license. See the LICENSE file.