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

Update docs

parent 8d6237cb
2 merge requests!63Develop,!60Resolve "Add 3':5' param"
Pipeline #6519 canceled with stages
......@@ -2,6 +2,7 @@
**User Facing**
* Check Design File for spaces in name and file contents
* Attempt to preven thredding error (which appears to only happen on 256GBv1 nodes)
* Add option for 5' GEX chemistry
**Background**
* Add Nextflow Tower integration into CI (GHH's profile)
......
......@@ -77,9 +77,10 @@ To Run:
* --version (cellranger version) 2.1.1 can only read --kitVersion of two (2)
* options:
* *'auto'*
* *'three'*
* *'two'*
* eg: **--kitVersion 'three'**
* *'3GEXv3'*
* *'3GEXv2'*
* *'5GEX'*
* eg: **--kitVersion '3GEXv3'**
* **--version**
* cellranger version
* --version (cellranger version) 2.1.1 can only read --kitVersion of two (2)
......@@ -94,7 +95,7 @@ To Run:
* eg: **--outDir 'test'**
* FULL EXAMPLE:
```
nextflow run workflow/main.nf --fastq '/project/shared/bicf_workflow_ref/workflow_testdata/cellranger/cellranger_count/hu.v3s2r10k/*.fastq.gz' --designFile '/project/shared/bicf_workflow_ref/workflow_testdata/cellranger/cellranger_count/hu.v3s2r10k/design.csv' --genome 'GRCh38-3.0.0' --kitVersion 'three' --version '3.1.0' --outDir 'test'
nextflow run workflow/main.nf --fastq '/project/shared/bicf_workflow_ref/workflow_testdata/cellranger/cellranger_count/hu.v3s2r10k/*.fastq.gz' --designFile '/project/shared/bicf_workflow_ref/workflow_testdata/cellranger/cellranger_count/hu.v3s2r10k/design.csv' --genome 'GRCh38-3.0.0' --kitVersion '3GEXv3' --version '3.1.0' --outDir 'test'
```
* Design example:
......
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