Skip to content

Commit 8249632

Browse files
committed
Update usage docs
1 parent 94e371a commit 8249632

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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 <OUTDIR> --genome GRCh37 -profile docker
170+
nextflow run nf-core/rnaseq --input ./samplesheet.csv --outdir ./results --genome GRCh37 -profile docker
171171
```
172172

173173
This will launch the pipeline with the `docker` configuration profile. See below for more information about profiles.
@@ -186,7 +186,8 @@ If you wish to repeatedly use the same parameters for multiple runs, rather than
186186
Pipeline settings can be provided in a `yaml` or `json` file via `-params-file <file>`.
187187

188188
> ⚠️ Do not use `-c <file>` to specify parameters as this will result in errors. Custom config files specified with `-c` must only be used for [tuning process resource specifications](https://nf-co.re/docs/usage/configuration#tuning-workflow-resources), other infrastructural tweaks (such as output directories), or module arguments (args).
189-
> The above pipeline run specified with a params file in yaml format:
189+
190+
The above pipeline run specified with a params file in yaml format:
190191

191192
```bash
192193
nextflow run nf-core/rnaseq -profile docker -params-file params.yaml
@@ -198,7 +199,6 @@ with `params.yaml` containing:
198199
input: './samplesheet.csv'
199200
outdir: './results/'
200201
genome: 'GRCh37'
201-
input: 'data'
202202
<...>
203203
```
204204

0 commit comments

Comments
 (0)