diff --git a/nextflow.config b/nextflow.config index ed400df..d3322f3 100644 --- a/nextflow.config +++ b/nextflow.config @@ -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: 'espinosacarrascoj@gmail.com', + github: 'joseespinosa', + contribution: ['author', 'maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor') + orcid: '0000-0002-1541-042X' ], [ name: ' Harshil Patel',