Skip to content

Commit 951f5eb

Browse files
committed
Add Geraldine and Florian as contributors.
1 parent a3887fe commit 951f5eb

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ For more details about the output files and reports, please refer to the
7171

7272
nf-core/demo was originally written by Chris Hakkaart ([@christopher-hakkaart](https://github.com/christopher-hakkaart)).
7373

74+
The pipeline is currently being maintained by the Nextflow community team as well as [Geraldine Van der Auwera](https://github.com/vdauwera) and [Florian Wuennemann](https://github.com/FloWuenne).
75+
7476
<!-- We thank the following people for their extensive assistance in the development of this pipeline: -->
7577

7678
## Contributions and Support

nextflow.config

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,22 @@ manifest {
244244
contribution: ['author', 'maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor')
245245
orcid: '0000-0001-5007-2684'
246246
],
247+
[
248+
name: 'Florian Wuennemann',
249+
affiliation: 'Seqera',
250+
251+
github: '@flowuenne',
252+
contribution: ['contributor', 'maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor')
253+
orcid: '0000-0002-0978-6076'
254+
],
255+
[
256+
name: 'Geraldine Van der Auwera',
257+
affiliation: 'Seqera',
258+
259+
github: '@vdauwera',
260+
contribution: ['contributor', 'maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor')
261+
orcid: '0000-0002-0978-6076'
262+
],
247263
]
248264
homePage = 'https://github.com/nf-core/demo'
249265
description = """An nf-core demo pipeline"""

0 commit comments

Comments
 (0)