From 63c270a316f09e2ad36abb26fafeb7cef0188407 Mon Sep 17 00:00:00 2001 From: Michael L Heuer Date: Thu, 15 May 2025 10:58:04 -0500 Subject: [PATCH 1/3] Add heuermh as contributor --- nextflow.config | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index ae9f3cb..42d8315 100644 --- a/nextflow.config +++ b/nextflow.config @@ -9,7 +9,7 @@ // Global default params, used in configs params { - // TODO nf-core: Specify your pipeline's command line flags + // TODO nf-core: Specify your pipeline command line flags // Input options input = null @@ -232,6 +232,14 @@ manifest { contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor') orcid: '' ], + [ + name: 'Michael L Heuer', + affiliation: """Network.bio, New York, NY, USA""", + email: '', + github: '@heuermh', + contribution: ['contributor'], + orcid: 'https://orcid.org/0000-0002-9052-6000' + ], ] homePage = 'https://github.com/nf-core/proteinannotator' description = """The best protein annotation pipeline in the world. Protein fasta -> ??? -> Annotations!""" From 6f430ac6d85547c04b73cedf879cdb520c78ab76 Mon Sep 17 00:00:00 2001 From: Olga Botvinnik Date: Tue, 24 Jun 2025 16:17:37 -0700 Subject: [PATCH 2/3] Update Olga's information in contributors --- nextflow.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nextflow.config b/nextflow.config index 42d8315..dadc4a6 100644 --- a/nextflow.config +++ b/nextflow.config @@ -226,11 +226,11 @@ manifest { // TODO nf-core: Update the field with the details of the contributors to your pipeline. New with Nextflow version 24.10.0 [ name: 'Olga Botvinnik', - affiliation: '', - email: '', - github: '', - contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor') - orcid: '' + affiliation: 'Seanome, San Francisco, CA, USA', + email: 'olga@seanome.org', + github: 'olgabot', + contribution: ['author'], // List of contribution types ('author', 'maintainer' or 'contributor') + orcid: 'https://orcid.org/0000-0003-4412-7970' ], [ name: 'Michael L Heuer', From b7abe7a1e9af9273780adb75dcccf1185853d3dd Mon Sep 17 00:00:00 2001 From: Michael L Heuer Date: Mon, 8 Dec 2025 08:08:14 -0600 Subject: [PATCH 3/3] Update nextflow.config Co-authored-by: Evangelos Karatzas <32259775+vagkaratzas@users.noreply.github.com> --- nextflow.config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nextflow.config b/nextflow.config index 7036eaa..37ab7ce 100644 --- a/nextflow.config +++ b/nextflow.config @@ -258,6 +258,14 @@ manifest { github: '@heuermh', contribution: ['contributor'], orcid: 'https://orcid.org/0000-0002-9052-6000' + ], + [ + name: 'Evangelos Karatzas', + affiliation: 'EMBL-EBI', + email: 'vangelis@ebi.ac.uk', + github: 'https://github.com/vagkaratzas', + contribution: ['maintainer'], + orcid: '0000-0001-9132-8981' ] ] homePage = 'https://github.com/nf-core/proteinannotator'