-
Notifications
You must be signed in to change notification settings - Fork 5
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
Showing
1 changed file
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -262,12 +262,12 @@ manifest { | |
contributors = [ | ||
// TODO nf-core: Update the field with the details of the contributors to your pipeline. New with Nextflow version 24.10.0 | ||
[ | ||
name: 'itrujnara', | ||
affiliation: '', | ||
email: '', | ||
github: '', | ||
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
orcid: '' | ||
name: 'Igor Trujnara', | ||
affiliation: 'Centre for Genomic Regulation', | ||
email: '[email protected]', | ||
github: 'itrujnara', | ||
contribution: ['author', 'maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
orcid: '0000-0002-8735-5976' | ||
], | ||
] | ||
homePage = 'https://github.com/nf-core/reportho' | ||
|