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

Update readme for vizFiles param

parent 4e3398c6
Branches
2 merge requests!78Develop,!76Resolve "Generate Raw RDS file"
......@@ -108,12 +108,17 @@ To Run:
* *'3.0.2'*
* *'2.1.1'*
* eg: **--version '3.1.0'**
* **--vizFiles**
* create objects which can be used for downstream visualization and analysis of each sample outputs, currently creates:
* Seurat R-objects
* true/false
* eg: **--version true**
* **--outDir**
* optional output directory for run
* eg: **--outDir 'test'**
* FULL EXAMPLE:
```
nextflow run workflow/main.nf -profile biohpc,cluster --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'
nextflow run workflow/main.nf -profile biohpc,cluster --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' --vizFiles true --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