Skip to content

Commit 072dbcc

Browse files
authored
Merge pull request #1597 from nf-core/back_to_dev
Bump version back to dev after release 3.20.0
2 parents eb070e1 + 5bbcc07 commit 072dbcc

File tree

5 files changed

+133
-110
lines changed

5 files changed

+133
-110
lines changed

.nf-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ nf_core_version: 3.3.2
1414
repository_type: pipeline
1515
template:
1616
author: "Harshil Patel, Phil Ewels, Rickard Hammarén"
17-
description: RNA sequencing analysis pipeline for gene/isoform quantification
18-
and extensive quality control.
17+
description: RNA sequencing analysis pipeline for gene/isoform quantification and
18+
extensive quality control.
1919
force: false
2020
is_nfcore: true
2121
name: rnaseq
2222
org: nf-core
2323
outdir: .
24-
version: 3.20.0
24+
version: 3.21.0dev

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## 3.20.0
6+
## dev
7+
8+
### Credits
9+
10+
Special thanks to the following for their contributions to the release:
11+
12+
- [Maxime Garcia](https://github.com/maxulysse)
13+
14+
### Enhancements & fixes
15+
16+
- [PR #1597](https://github.com/nf-core/rnaseq/pull/1597) - Bump version after release 3.20.0
17+
18+
## [[3.20.0](https://github.com/nf-core/rnaseq/releases/tag/3.20.0)] - 2025-08-18
719

820
### Credits
921

nextflow.config

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -350,70 +350,78 @@ manifest {
350350
name: 'Harshil Patel',
351351
affiliation: 'Seqera',
352352
github: '@drpatelh',
353-
contribution: ['author'], // List of contribution types ('author', 'maintainer' or 'contributor')
353+
contribution: ['author'],
354354
orcid: '0000-0003-2707-7940'
355355
],
356356
[
357357
name: 'Jonathan Manning',
358358
affiliation: 'Seqera',
359359
github: '@pinin4fjords',
360-
contribution: ['maintainer', 'contributor'], // List of contribution types ('author', 'maintainer' or 'contributor')
360+
contribution: ['maintainer', 'contributor'],
361361
orcid: '0000-0002-3483-8456'
362362
],
363363
[
364364
name: 'Maxime U Garcia',
365365
affiliation: 'Seqera',
366366
github: '@maxulysse',
367-
contribution: ['contributor', 'maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor')
367+
contribution: ['contributor', 'maintainer'],
368368
orcid: '0000-0003-2827-9261'
369369
],
370370
[
371371
name: 'Phil Ewels',
372372
affiliation: 'Seqera',
373373
github: '@ewels',
374-
contribution: ['author'], // List of contribution types ('author', 'maintainer' or 'contributor')
374+
contribution: ['author'],
375+
orcid: '0000-0003-4101-2502'
375376
],
376377
[
377378
name: 'Alexander Peltzer',
378379
affiliation: 'Boehringer Ingelheim',
379380
github: '@apeltzer',
380-
contribution: ['contributor'], // List of contribution types ('author', 'maintainer' or 'contributor')
381+
contribution: ['contributor'],
381382
orcid: '0000-0002-6503-2180'
382383
],
383384
[
384385
name: 'Rickard Hammarén',
385386
affiliation: 'Scilifelab Data Centre',
386387
github: '@Hammarn',
387-
contribution: ['author'], // List of contribution types ('author', 'maintainer' or 'contributor')
388+
contribution: ['author'],
388389
orcid: '0000-0001-9017-591X'
389390
],
390391
[
391392
name: 'Olga Botvinnik',
392393
affiliation: 'Seanome',
393394
github: '@olgabot',
394-
contribution: ['contributor'], // List of contribution types ('author', 'maintainer' or 'contributor')
395+
contribution: ['contributor'],
395396
orcid: '0000-0003-4412-7970'
396397
],
397398
[
398399
name: 'Adam Talbot',
399400
affiliation: 'Seqera',
400401
github: '@adamrtalbot',
401-
contribution: ['contributor'], // List of contribution types ('author', 'maintainer' or 'contributor')
402+
contribution: ['contributor'],
402403
],
403404
[
404405
name: 'Friederike Hanssen',
405406
affiliation: 'Seqera',
406407
github: '@FriederikeHanssen',
407-
contribution: ['contributor'], // List of contribution types ('author', 'maintainer' or 'contributor')
408+
contribution: ['contributor'],
408409
orcid: '0009-0001-9875-5262'
409410
],
411+
[
412+
name: 'Robert Syme',
413+
affiliation: 'Seqera',
414+
github: '@robsyme',
415+
contribution: ['contributor'],
416+
orcid: '0000-0002-8721-2350'
417+
],
410418
]
411419
homePage = 'https://github.com/nf-core/rnaseq'
412420
description = """RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control."""
413421
mainScript = 'main.nf'
414422
defaultBranch = 'master'
415423
nextflowVersion = '!>=24.10.5'
416-
version = '3.20.0'
424+
version = '3.21.0dev'
417425
doi = 'https://doi.org/10.5281/zenodo.1400710'
418426
}
419427

0 commit comments

Comments
 (0)