From d107254e6755e67e44af5406ce2bb1073b4e4608 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Sun, 10 Mar 2019 16:33:56 -0500 Subject: [PATCH] Update README.md --- README.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ddb0e6..708a93a 100755 --- a/README.md +++ b/README.md @@ -10,4 +10,40 @@ The pipeline uses Nextflow, a bioinformatics workflow tool. This pipeline is primarily used with a SLURM cluster on the BioHPC Cluster. However, the pipeline should be able to run on any system that Nextflow supports. -Additionally, the pipeline is designed to work with Astrocyte Workflow System using a simple web interface. \ No newline at end of file +Additionally, the pipeline is designed to work with Astrocyte Workflow System using a simple web interface. + +To Run: +------- + +* Available parameters: + * **--fastq** + * path to the fastq location + * R1 and R2 only necessary but can include I2 + * eg: **--fastq '/project/shared/bicf_workflow_ref/workflow_testdata/cellranger/cellranger_count/v2s2r100k/\*.fastq.gz'** + * **--designFile** + * path to design file (csv format) location + * column 1 = "Sample" + * column 2 = "fastq_R1" + * column 3 = "fastq_R2" + * can have repeated "Sample" if there are multiole fastq R1/R2 pairs for the samples + * eg: **--designFile '/project/shared/bicf_workflow_ref/workflow_testdata/cellranger/cellranger_count/v2s2r100k/design.csv'** + * **--genome** + * name of available 10x Gemomics premade reference genomes: + * *'GRCh38-3.0.0'* = Human GRCh38 release 93 + * *'GRCh38-3.0.0'* = Human GRCh38 release 93 + * *'GRCh38-3.0.0'* = Human GRCh38 release 93 + * *'GRCh38-3.0.0'* = Human GRCh38 release 93 + * **--genomeLocationFull** + * **--expectCells** + * **--forceCells** + * **--kitVersion** + * **--version** + * **--outDir** + +* Design example: + +| Sample | fastq_R1 | fastq_R2 | +|---------|------------------------------------|------------------------------------| +| sample1 | pbmc_1k_v2_S1_L001_R1_001.fastq.gz | pbmc_1k_v2_S1_L001_R2_001.fastq.gz | +| sample2 | pbmc_1k_v2_S2_L001_R1_001.fastq.gz | pbmc_1k_v2_S2_L001_R2_001.fastq.gz | +| sample2 | pbmc_1k_v2_S2_L002_R1_001.fastq.gz | pbmc_1k_v2_S2_L002_R2_001.fastq.gz | \ No newline at end of file -- GitLab