From a0fb4775ad36539a75122eec4af8eca1f5b495eb Mon Sep 17 00:00:00 2001 From: Igor Trujnara <53370556+itrujnara@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:32:18 +0100 Subject: [PATCH] Update nextflow.config --- nextflow.config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nextflow.config b/nextflow.config index c417677..5072873 100644 --- a/nextflow.config +++ b/nextflow.config @@ -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: 'igor.trujnara@crg.eu', + 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'