File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
modules/nf-core/rsem/preparereference Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ Please get in touch with us on the #rnaseq channel in the [nf-core Slack workspa
167167The typical command for running the pipeline is as follows:
168168
169169``` bash
170- nextflow run nf-core/rnaseq --input ./samplesheet.csv --outdir ./results --genome GRCh37 -profile docker
170+ nextflow run nf-core/rnaseq --input < SAMPLESHEET > --outdir < OUTDIR > --genome GRCh37 -profile docker
171171```
172172
173173This will launch the pipeline with the ` docker ` configuration profile. See below for more information about profiles.
@@ -196,8 +196,8 @@ nextflow run nf-core/rnaseq -profile docker -params-file params.yaml
196196with ` params.yaml ` containing:
197197
198198``` yaml
199- input : ' ./samplesheet.csv '
200- outdir : ' ./results/ '
199+ input : <SAMPLESHEET>
200+ outdir : <OUTDIR>
201201genome : ' GRCh37'
202202<...>
203203```
Original file line number Diff line number Diff line change 5252 },
5353 "hisat2/align" : {
5454 "branch" : " master" ,
55- "git_sha" : " c8e35eb2055c099720a75538d1b8adb3fb5a464c " ,
55+ "git_sha" : " 603ecbd9f45300c9788f197d2a15a005685b4220 " ,
5656 "installed_by" : [" fastq_align_hisat2" ]
5757 },
5858 "hisat2/build" : {
8282 },
8383 "rsem/calculateexpression" : {
8484 "branch" : " master" ,
85- "git_sha" : " 0f8a77ff00e65eaeebc509b8156eaa983192474b " ,
85+ "git_sha" : " 603ecbd9f45300c9788f197d2a15a005685b4220 " ,
8686 "installed_by" : [" modules" ]
8787 },
8888 "rsem/preparereference" : {
8989 "branch" : " master" ,
90- "git_sha" : " 0f8a77ff00e65eaeebc509b8156eaa983192474b " ,
90+ "git_sha" : " 603ecbd9f45300c9788f197d2a15a005685b4220 " ,
9191 "installed_by" : [" modules" ]
9292 },
9393 "rseqc/bamstat" : {
176176 },
177177 "star/align" : {
178178 "branch" : " master" ,
179- "git_sha" : " 140d5a0d014138524e21dea80588817ddfc5dcf4 " ,
179+ "git_sha" : " 603ecbd9f45300c9788f197d2a15a005685b4220 " ,
180180 "installed_by" : [" modules" ]
181181 },
182182 "star/genomegenerate" : {
183183 "branch" : " master" ,
184- "git_sha" : " c8e35eb2055c099720a75538d1b8adb3fb5a464c " ,
184+ "git_sha" : " 603ecbd9f45300c9788f197d2a15a005685b4220 " ,
185185 "installed_by" : [" modules" ]
186186 },
187187 "stringtie/stringtie" : {
You can’t perform that action at this time.
0 commit comments