From 1eeeb8a21460b14eb0baf6e7b9e347b3c6d1de2b Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Tue, 4 Apr 2023 11:19:22 +0200 Subject: [PATCH] Reduce authors to main + other contributors Due to tower limitation producing ugly warning --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 05cd7ea..bf6d1bc 100644 --- a/nextflow.config +++ b/nextflow.config @@ -300,7 +300,7 @@ dag { manifest { name = 'nf-core/taxprofiler' - author = """James A. Fellows Yates, Sofia Stamouli, Moritz E. Beber, Lauri Mesilaakso, Thomas A. Christensen II, Jianhong Ou, Mahwash Jamy, Maxime Borry, Rafal Stepien, Tanja Normark""" + author = """James A. Fellows Yates, Sofia Stamouli, Moritz E. Beber, and the nf-core/taxprofiler team""" homePage = 'https://github.com/nf-core/taxprofiler' description = """Taxonomic classification and profiling of shotgun metagenomic data""" mainScript = 'main.nf'