mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-21 13:26:03 +00:00
Merge pull request #279 from nf-core/manifest-update
Reduce authors to main + other contributors
This commit is contained in:
commit
9fa458f381
3 changed files with 20 additions and 6 deletions
2
LICENSE
2
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
|
||||
|
|
22
README.md
22
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
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue