Skip to content

Commit f57fbbd

Browse files
authored
Merge branch 'dev' into dont_trim_bad_lint
2 parents 6e6ab94 + 174d5b2 commit f57fbbd

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

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

4950
## Parameters
5051

README.md

+2-7
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)