Skip to content

paulu-aws/aws-genomics-workflows

 
 

Repository files navigation

Genomics Workflows on AWS

Build Status

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.

Building the documentation

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:

$ source activate mkdocs
$ mkdocs build

License Summary

This sample code is made available under a modified MIT license. See the LICENSE file.

Packages

No packages published

Languages

  • Shell 62.7%
  • Python 24.9%
  • Dockerfile 12.4%