Skip to content

Commit 252fd9d

Browse files
committed
Update usage docs
1 parent 92b2a78 commit 252fd9d

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

docs/usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Please get in touch with us on the #rnaseq channel in the [nf-core Slack workspa
167167
The 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

173173
This 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
196196
with `params.yaml` containing:
197197

198198
```yaml
199-
input: './samplesheet.csv'
200-
outdir: './results/'
199+
input: <SAMPLESHEET>
200+
outdir: <OUTDIR>
201201
genome: 'GRCh37'
202202
<...>
203203
```

modules.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
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": {
@@ -82,12 +82,12 @@
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": {
@@ -176,12 +176,12 @@
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": {

modules/nf-core/rsem/preparereference/meta.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)