Skip to content

Commit 33c030b

Browse files
authored
Merge pull request #48 from heuermh/add-contributors
Add contributors to nextflow.config
2 parents 68a5e00 + b7abe7a commit 33c030b

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

nextflow.config

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,27 @@ manifest {
258258
contributors = [
259259
[
260260
name: 'Olga Botvinnik',
261-
affiliation: '',
261+
affiliation: 'Seanome, San Francisco, CA, USA',
262+
email: 'olga@seanome.org',
263+
github: 'olgabot',
264+
contribution: ['author'], // List of contribution types ('author', 'maintainer' or 'contributor')
265+
orcid: 'https://orcid.org/0000-0003-4412-7970'
266+
],
267+
[
268+
name: 'Michael L Heuer',
269+
affiliation: """Network.bio, New York, NY, USA""",
262270
email: '',
263-
github: '',
264-
contribution: [],
265-
orcid: '',
271+
github: '@heuermh',
272+
contribution: ['contributor'],
273+
orcid: 'https://orcid.org/0000-0002-9052-6000'
274+
],
275+
[
276+
name: 'Evangelos Karatzas',
277+
affiliation: 'EMBL-EBI',
278+
email: 'vangelis@ebi.ac.uk',
279+
github: 'https://github.com/vagkaratzas',
280+
contribution: ['maintainer'],
281+
orcid: '0000-0001-9132-8981'
266282
]
267283
]
268284
homePage = 'https://github.com/nf-core/proteinannotator'

0 commit comments

Comments
 (0)