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 1/5] 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' From 5eee462b5a7c0b2cc9285e394eefeb677e11e29d Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Tue, 4 Apr 2023 11:45:06 +0200 Subject: [PATCH 2/5] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 7d74b6c..694c995 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 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 +Copyright (c) James A. Fellows Yates, Sofia Stamouli, Moritz E. Beber, and the nf-core/taxprofiler team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From f476b49d29dd312cfa6d5b6e14f8008d6c0b2a3c Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Thu, 20 Apr 2023 15:05:49 +0200 Subject: [PATCH 3/5] Add team sectionb --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba08835..d46c8e1 100644 --- a/README.md +++ b/README.md @@ -80,15 +80,29 @@ The nf-core/taxprofiler pipeline comes with documentation about the pipeline [us nf-core/taxprofiler was originally written by [James A. Fellows Yates](https://github.com/jfy133), [Moritz Beber](https://github.com/Midnighter), and [Sofia Stamouli](https://github.com/sofsam). We thank the following people for their contributions to the development of this pipeline: + +### Team -[Lauri Mesilaakso](https://github.com/ljmesi), [Tanja Normark](https://github.com/talnor), [Maxime Borry](https://github.com/maxibor),[Thomas A. Christensen II](https://github.com/MillironX), [Jianhong Ou](https://github.com/jianhong), [Rafal Stepien](https://github.com/rafalstepien), [Mahwash Jamy](https://github.com/mjamy), and the [nf-core/community](https://nf-co.re/community). +- [Lauri Mesilaakso](https://github.com/ljmesi) +- [Tanja Normark](https://github.com/talnor) +- [Maxime Borry](https://github.com/maxibor) +- [Thomas A. Christensen II](https://github.com/MillironX) +- [Jianhong Ou](https://github.com/jianhong) +- [Rafal Stepien](https://github.com/rafalstepien) +- [Mahwash Jamy](https://github.com/mjamy). + +### Acknowledgments We also are grateful for the feedback and comments from: -- [Alex Hübner](https://github.com/alexhbnr) -- [LilyAnderssonLee](https://github.com/LilyAnderssonLee) +- The general [nf-core/community](https://nf-co.re/community) -Credit and thanks also goes to [Zandra Fagernäs](https://github.com/ZandraFagernas) for the logo. +And specifically to + +- [Alex Hübner](https://github.com/alexhbnr) +- [Lily Andersson Lee](https://github.com/LilyAnderssonLee) + +❤️ also goes to [Zandra Fagernäs](https://github.com/ZandraFagernas) for the logo. ## Contributions and Support From d06ac3713d6b43516ee1fcc709b222d124662eb0 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Fri, 21 Apr 2023 05:55:14 +0200 Subject: [PATCH 4/5] Update README.md Co-authored-by: Sofia Stamouli <91951607+sofstam@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d46c8e1..d1f2418 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ We thank the following people for their contributions to the development of this - [Thomas A. Christensen II](https://github.com/MillironX) - [Jianhong Ou](https://github.com/jianhong) - [Rafal Stepien](https://github.com/rafalstepien) -- [Mahwash Jamy](https://github.com/mjamy). +- [Mahwash Jamy](https://github.com/mjamy) ### Acknowledgments From 386b1c9dfdaa8060d22ad6c173fce7f1fdb16894 Mon Sep 17 00:00:00 2001 From: nf-core-bot Date: Fri, 21 Apr 2023 03:56:12 +0000 Subject: [PATCH 5/5] [automated] Fix linting with Prettier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1f2418..218cfe1 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The nf-core/taxprofiler pipeline comes with documentation about the pipeline [us nf-core/taxprofiler was originally written by [James A. Fellows Yates](https://github.com/jfy133), [Moritz Beber](https://github.com/Midnighter), and [Sofia Stamouli](https://github.com/sofsam). We thank the following people for their contributions to the development of this pipeline: - + ### Team - [Lauri Mesilaakso](https://github.com/ljmesi)