Skip to content

Commit

Permalink
add contributors information
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-mohr committed Feb 5, 2025
1 parent 6f8a27e commit 0dfec8c
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -236,30 +236,29 @@ manifest {
name = 'nf-core/hlatyping'
author = """Christopher Mohr, Alexander Peltzer, Sven Fillinger""" // The author field is deprecated from Nextflow version 24.10.0, use contributors instead
contributors = [
// TODO nf-core: Update the field with the details of the contributors to your pipeline. New with Nextflow version 24.10.0
[
name: 'Christopher Mohr',
affiliation: '',
email: '',
github: '',
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor')
orcid: ''
affiliation: 'Boehringer Ingelheim Pharma GmbH & Co. KG, Biberach an der Riss, Germany',
email: '[email protected]',
github: 'christopher-mohr',
contribution: ['author', 'maintainer'],
orcid: '0000-0002-1190-9506'
],
[
name: ' Alexander Peltzer',
affiliation: '',
affiliation: 'Boehringer Ingelheim Pharma GmbH & Co. KG, Biberach an der Riss, Germany',
email: '',
github: '',
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor')
orcid: ''
github: 'apeltzer',
contribution: ['author'],
orcid: '0000-0002-6503-2180'
],
[
name: ' Sven Fillinger',
affiliation: '',
affiliation: 'Quantitative Biology Center (QBiC), University of Tübingen, Tübingen, Germany',
email: '',
github: '',
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor')
orcid: ''
github: 'sven1103',
contribution: ['author'],
orcid: '0000-0001-8835-2219'
],
]
homePage = 'https://github.com/nf-core/hlatyping'
Expand Down

0 comments on commit 0dfec8c

Please sign in to comment.