Skip to content

Commit befff41

Browse files
authored
Update README.md
Fixed duplicated warning message
1 parent b96a753 commit befff41

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,8 @@ CONTROL_REP1,AEG588A1_S1_L004_R1_001.fastq.gz,AEG588A1_S1_L004_R2_001.fastq.gz,a
7474

7575
Each row represents a fastq file (single-end) or a pair of fastq files (paired end). Rows with the same sample identifier are considered technical replicates and merged automatically. The strandedness refers to the library preparation and will be automatically inferred if set to `auto`.
7676

77-
> **Warning:**
78-
> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those
79-
> provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_;
80-
> see [docs](https://nf-co.re/usage/configuration#custom-configuration-files).
77+
> [!WARNING]
78+
> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_; see [docs](https://nf-co.re/docs/usage/getting_started/configuration#custom-configuration-files).
8179
8280
Now, you can run the pipeline using:
8381

@@ -90,9 +88,6 @@ nextflow run nf-core/rnaseq \
9088
-profile <docker/singularity/.../institute>
9189
```
9290

93-
> [!WARNING]
94-
> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_; see [docs](https://nf-co.re/docs/usage/getting_started/configuration#custom-configuration-files).
95-
9691
For more details and further functionality, please refer to the [usage documentation](https://nf-co.re/rnaseq/usage) and the [parameter documentation](https://nf-co.re/rnaseq/parameters).
9792

9893
## Pipeline output

0 commit comments

Comments
 (0)