@@ -21,7 +21,10 @@ Additionally, the pipeline is designed to work with Astrocyte Workflow System us
Cloud Compatibility
-------------------
This pipeline is also capable of being run on AWS. To do so:
This pipeline is also capable of being run on AWS.
**NOTE: This pipeline has been reverted to a non-containerized version to work on Astrocyte. Tag `containerized` for the last working containerized version which will be compatible with 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
...
...
@@ -35,6 +38,10 @@ To Run:
-------
* Available parameters:
***-profile**
* what environments to run on, available: `biohpc`, `local`, `cluster`, `aws`, `ondemand`, `spot`
* eg: **-profile biohpc,cluster** to run on BioHPC in cluster mode
* eg: **-profile aws,ondemand** to run on AWS on a on-demand queue
***--fastq**
* path to the fastq location
* R1 and R2 only necessary but can include I2
...
...
@@ -95,11 +102,10 @@ To Run:
* eg: **--kitVersion '3GEXv3'**
***--version**
* cellranger version
* --version (cellranger version) 2.1.1 and 2.2.0 can only read --kitVersion of 3GEXv2
* --version (cellranger version) 2.1.1 can only read --kitVersion of 3GEXv2
description = 'This pipeline is a wrapper for the cellranger count tool from 10x Genomics. It takes fastq files from 10x Genomics Single Cell Gene Expression libraries, performs alignment, filtering, barcode counting, and UMI counting. It uses the Chromium cellular barcodes to generate gene-barcode matrices, determine clusters, and perform gene expression analysis.'