Skip to content

wleepang/demo-genomics-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genomics Workflows on AWS Demos

Materials for demonstrating running genomics workflows on AWS.

Setup

These demos are intended to be run from a Cloud9 environment.

Create a Cloud9 IDE

Use the included CloudFormation template to create a Cloud9 stack:

aws --profile demos cloudformation create-stack \
    --stack-name genomics-cloud9 \
    --template-body file://cfn/cloud9.cfn.yaml \
    --parameters \
        ParameterKey=EnvironmentOwnerIAMType,ParameterValue=user \
        ParameterKey=EnvironmentOwnerIAMName,ParameterValue=<IAM_USER_NAME>

Once the stack launch has completed, go to the Amazon Cloud9 Console and open the genomics-workflows IDE:

open cloud9 ide

Install Dependencies

In a terminal within the Cloud9 IDE, run:

source ./genomics-workflows/setup.sh

run setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published