Skip to content

Commit

Permalink
Update info
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Jan 8, 2025
1 parent 8436b9d commit 9b2eb2d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9b2eb2d

Please sign in to comment.