-
Notifications
You must be signed in to change notification settings - Fork 44
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
8436b9d
commit 9b2eb2d
Showing
1 changed file
with
9 additions
and
9 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 |
---|---|---|
|
@@ -322,19 +322,19 @@ manifest { | |
// TODO nf-core: Update the field with the details of the contributors to your pipeline. New with Nextflow version 24.10.0 | ||
[ | ||
name: 'Athanasios Baltzis', | ||
affiliation: '', | ||
affiliation: 'Centre for Genomic Regulation, Spain', | ||
email: '', | ||
github: '', | ||
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
orcid: '' | ||
github: 'athbaltzis', | ||
contribution: ['author', 'maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
orcid: '0000-0002-7495-1218' | ||
], | ||
[ | ||
name: ' Jose Espinosa-Carrasco', | ||
affiliation: '', | ||
email: '', | ||
github: '', | ||
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
orcid: '' | ||
affiliation: 'Centre for Genomic Regulation, Spain', | ||
email: '[email protected]', | ||
github: 'joseespinosa', | ||
contribution: ['author', 'maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor') | ||
orcid: '0000-0002-1541-042X' | ||
], | ||
[ | ||
name: ' Harshil Patel', | ||
|