-
Notifications
You must be signed in to change notification settings - Fork 24
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
ec80d53
commit c0c6888
Showing
2 changed files
with
6 additions
and
6 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
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 |
---|---|---|
|
@@ -264,22 +264,21 @@ manifest { | |
name = 'nf-core/epitopeprediction' | ||
author = """Christopher Mohr, Jonas Scheid""" // 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') | ||
contribution: ['author','maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
orcid: '' | ||
], | ||
[ | ||
name: ' Jonas Scheid', | ||
affiliation: '', | ||
email: '', | ||
github: '', | ||
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
orcid: '' | ||
email: '[email protected]', | ||
github: '@jonasscheid', | ||
contribution: ['author','maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
orcid: '0000-0002-5923-1343' | ||
], | ||
] | ||
homePage = 'https://github.com/nf-core/epitopeprediction' | ||
|