-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f8a27e
commit 0dfec8c
Showing
1 changed file
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|