-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor authors to list of contributors #222
base: dev
Are you sure you want to change the base?
Conversation
|
nextflow.config
Outdated
], | ||
[ | ||
name: 'Andrea Guarracino', | ||
affiliation: """Genomics Research Centre, Human Technopole, Milan, Italy""", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My affiliation is the same as Erik
University of Tennessee Health Science Center, Memphis, Tennessee, TN, USA
nextflow.config
Outdated
], | ||
[ | ||
name: 'Erik Garrison', | ||
affiliation: """The University of Tennessee Health Science Center, Memphis, Tennessee, TN, USA""", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, but without the "The"
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
…genome into contributors
email: '', | ||
github: '@zethson', | ||
contribution: ['contributor'], | ||
orcid: '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [Erik Garrison](https://github.com/ekg) | [The University of Tennessee Health Science Center, Memphis, Tennessee, TN, USA](https://uthsc.edu/) | | ||
| [Andrea Guarracino](https://github.com/AndreaGuarracino) | [Genomics Research Centre, Human Technopole, Milan, Italy](https://humantechnopole.it/en/) <br> [The University of Tennessee Health Science Center, Memphis, Tennessee, TN, USA](https://uthsc.edu/) | | ||
| [Erik Garrison](https://github.com/ekg) | [University of Tennessee Health Science Center, Memphis, Tennessee, TN, USA](https://uthsc.edu/) | | ||
| [Andrea Guarracino](https://github.com/AndreaGuarracino) | [University of Tennessee Health Science Center, Memphis, Tennessee, TN, USA](https://uthsc.edu/) | | ||
| [Friederike Hanssen](https://github.com/FriederikeHanssen) | [Quantitative Biology Center (QBiC) Tübingen, University of Tübingen, Germany](https://uni-tuebingen.de/en/research/research-infrastructure/quantitative-biology-center-qbic/) <br> [Biomedical Data Science, Department of Computer Science, University of Tübingen, Germany](https://uni-tuebingen.de/en/faculties/faculty-of-science/departments/computer-science/department/) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [Friederike Hanssen](https://github.com/FriederikeHanssen) | [Quantitative Biology Center (QBiC) Tübingen, University of Tübingen, Germany](https://uni-tuebingen.de/en/research/research-infrastructure/quantitative-biology-center-qbic/) <br> [Biomedical Data Science, Department of Computer Science, University of Tübingen, Germany](https://uni-tuebingen.de/en/faculties/faculty-of-science/departments/computer-science/department/) | | |
| [Friederike Hanssen](https://github.com/FriederikeHanssen) | [Seqera](https://seqera/io) | |
email: '', | ||
github: '@FriederikeHanssen', | ||
contribution: ['contributor'], | ||
orcid: '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
orcid: '' | |
orcid: '[0009-0001-9875-5262](https://orcid.org/0009-0001-9875-5262)' |
], | ||
[ | ||
name: 'Friederike Hanssen', | ||
affiliation: """Quantitative Biology Center (QBiC) Tübingen, University of Tübingen, Germany""", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
affiliation: """Quantitative Biology Center (QBiC) Tübingen, University of Tübingen, Germany""", | |
affiliation: """Seqera""", |
Fixes #221
PR checklist
nf-core lint
).nf-test test main.nf.test -profile test,docker
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).