Skip to content

Commit 174d5b2

Browse files
authored
Merge pull request #1518 from AlenaNik/master
Update README.md
2 parents 2586b39 + 36d7abd commit 174d5b2

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Special thanks to the following for their contributions to the release:
4444
- [PR #1474](https://github.com/nf-core/rnaseq/pull/1474) - Bump versions to 3.18.0
4545
- [PR #1475](https://github.com/nf-core/rnaseq/pull/1475) - Fix log publishing around umitools/ umicollapse
4646
- [PR #1447](https://github.com/nf-core/rnaseq/pull/1447) - Add tutorial series for analysing count data
47+
- [PR #1518](https://github.com/nf-core/rnaseq/pull/1518) - Remove duplicated text in README.md
4748

4849
## Parameters
4950

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)