Materials for demonstrating running genomics workflows on AWS.
These demos are intended to be run from a Cloud9 environment.
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:
In a terminal within the Cloud9 IDE, run:
source ./genomics-workflows/setup.sh