Skip to content
Snippets Groups Projects
Commit 04c2cc2c authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Add note to readme about awscli configure

parent 7523063a
Branches
Tags
2 merge requests!59Develop,!58Develop
Pipeline #5492 passed with stages
in 5 minutes and 25 seconds
......@@ -20,12 +20,15 @@ This pipeline is primarily used with a SLURM cluster on the BioHPC Cluster. Howe
Additionally, the pipeline is designed to work with Astrocyte Workflow System using a simple web interface.
Cloud Compatibility
-------------------
This pipeline is also capable of being run on AWS. To do so:
* Build a AWS batch queue and environment either manually or with [aws-cloudformantion](https://console.aws.amazon.com/cloudformation/home?#/stacks/new?stackName=Nextflow&templateURL=https://s3.amazonaws.com/aws-genomics-workflows/templates/nextflow/nextflow-aio.template.yaml)
* Edit one of the aws configs in workflow/config/
* Replace workDir with the S3 bucket generated
* Change region if different
* Change queue to the aws batch queue generated
* The user must be have awscli configured with an appropriate authentication (with ```aws configure``` and access keys) in the environment which nextflow will be run
* Add ```-profile ``` with the name aws config which was custamized
* eg. ```nextflow run workflow/main.nf -profile aws_ondemand```
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment