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 diff --git a/README.md b/README.md index ba08835..218cfe1 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,28 @@ nf-core/taxprofiler was originally written by [James A. Fellows Yates](https://g We thank the following people for their contributions to the development of this pipeline: -[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). +### 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) + +### 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 diff --git a/nextflow.config b/nextflow.config index 0590334..827d182 100644 --- a/nextflow.config +++ b/nextflow.config @@ -302,7 +302,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'