Skip to content

Commit dcc9efe

Browse files
authored
Update CHANGELOG.md
1 parent 1180772 commit dcc9efe

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
# nf-core/methylseq
22

3-
## v2.0
3+
## [v2.0](https://github.com/nf-core/methylseq/releases/tag/2.0) - 2022-11-09
4+
5+
### Pipeline Updates
46

57
Major pipeline rewrite to use DSL2 with shared [nf-core/modules](https://github.com/nf-core/modules).
68

7-
> **Warning:** Breaking change!
8-
>
9-
> The pipeline now requires a sample sheet to be passed to the pipeline with `--input`:
10-
>
11-
> | sample | fastq_1 | fastq_2 | genome |
12-
> | ------ | ------- | ------- | ------ |
13-
>
14-
> See an example [here](https://github.com/nf-core/test-datasets/blob/methylseq/samplesheet.csv)
15-
>
16-
> The `genome` column is not yet used but will give the ability to map to multiple genomes in a single run in a future release. See [#181](https://github.com/nf-core/methylseq/issues/181).
17-
>
18-
> Supplying the reference geneome with `--genome` as before works as usual.
9+
> **Warning**: Breaking change! ⚠️
10+
11+
The pipeline now requires a sample sheet to be passed to the pipeline with `--input`:
12+
13+
| sample | fastq_1 | fastq_2 | genome |
14+
| ------ | ------- | ------- | ------ |
15+
16+
See an example [here](https://github.com/nf-core/test-datasets/blob/methylseq/samplesheet.csv)
17+
18+
> **Note**: The `genome` column is not yet used but will give the ability to map to multiple genomes in a single run in a future release. See [#181](https://github.com/nf-core/methylseq/issues/181).
19+
20+
Supplying the reference geneome with `--genome` as before works as usual.
21+
22+
### Software Updates
1923

2024
Major updates in commands and software versions for nearly every tool.
2125

0 commit comments

Comments
 (0)