Skip to content
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

Merged
merged 10 commits into from
Jan 27, 2025
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ Many thanks to all who have helped out and contributed along the way, including
| ---------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Philipp Ehmele](https://github.com/imipenem) | [Institute of Computational Biology, Helmholtz Zentrum München, Munich, Germany](https://www.helmholtz-muenchen.de/icb/index.html) |
| [Gisela Gabernet](https://github.com/ggabernet) | [Quantitative Biology Center (QBiC) Tübingen, University of Tübingen, Germany](https://uni-tuebingen.de/en/research/research-infrastructure/quantitative-biology-center-qbic/) <br> [Department of Pathology, Yale School of Medicine, New Haven, USA](https://medicine.yale.edu/pathology/) |
| [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/) |
| [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/) |
| [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) | [Seqera](https://seqera/io) |
| [Peter Heringer](https://github.com/heringerp) | [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/) |
| [Michael Heuer](https://github.com/heuermh) | [Mammoth Biosciences, Inc., San Francisco, CA, USA](https://mammoth.bio) |
| [Lukas Heumos](https://github.com/zethson) | [Institute of Computational Biology, Helmholtz Zentrum München, Munich, Germany](https://www.helmholtz-muenchen.de/icb/index.html) <br> [Institute of Lung Biology and Disease and Comprehensive Pneumology Center, Helmholtz Zentrum München, Munich, Germany](https://www.helmholtz-muenchen.de/ilbd/the-institute/cpc/index.html) |
| [Simon Heumos](https://github.com/subwaystation) | [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/) |
| [Susanne Jodoin](https://github.com/SusiJo) | [Quantitative Biology Center (QBiC) Tübingen, University of Tübingen, Germany](https://uni-tuebingen.de/en/research/research-infrastructure/quantitative-biology-center-qbic/) |
| [Júlia Mir Petrol](https://github.com/mirpedrol) | [Quantitative Biology Center (QBiC) Tübingen, University of Tübingen, Germany](https://uni-tuebingen.de/en/research/research-infrastructure/quantitative-biology-center-qbic/) |
| [Júlia Mir Pedrol](https://github.com/mirpedrol) | [Quantitative Biology Center (QBiC) Tübingen, University of Tübingen, Germany](https://uni-tuebingen.de/en/research/research-infrastructure/quantitative-biology-center-qbic/) |

> \* Listed in alphabetical order

Expand Down
88 changes: 79 additions & 9 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -273,23 +273,93 @@ dag {

manifest {
name = 'nf-core/pangenome'
author = """Simon Heumos, Michael L Heuer""" // The author field is deprecated from Nextflow version 24.10.0, use contributors instead
contributors = [
// TODO nf-core: Update the field with the details of the contributors to your pipeline. New with Nextflow version 24.10.0
[
name: 'Philipp Ehmele',
affiliation: """Institute of Computational Biology, Helmholtz Zentrum München, Munich, Germany""",
email: '',
github: '@imipenem',
contribution: ['contributor'],
orcid: ''
],
[
name: 'Gisela Gabernet',
affiliation: """Quantitative Biology Center (QBiC) Tübingen, University of Tübingen, Germany""",
email: '',
github: '@ggabernet',
contribution: ['contributor'],
orcid: ''
],
[
name: 'Erik Garrison',
affiliation: """University of Tennessee Health Science Center, Memphis, Tennessee, TN, USA""",
email: '',
github: '@ekg',
contribution: ['contributor'],
orcid: ''
],
[
name: 'Andrea Guarracino',
affiliation: """University of Tennessee Health Science Center, Memphis, Tennessee, TN, USA""",
email: '',
github: '@AndreaGuarracino',
contribution: ['contributor'],
orcid: ''
],
[
name: 'Friederike Hanssen',
affiliation: """Seqera""",
email: '',
github: '@FriederikeHanssen',
contribution: ['contributor'],
orcid: '[0009-0001-9875-5262](https://orcid.org/0009-0001-9875-5262)'
],
[
name: 'Peter Heringer',
affiliation: """Quantitative Biology Center (QBiC) Tübingen, University of Tübingen, Germany""",
email: '',
github: '@heringerp',
contribution: ['contributor'],
orcid: ''
],
[
name: 'Michael L Heuer',
affiliation: """Mammoth Biosciences, Inc., San Francisco, CA, USA""",
email: '',
github: '@heuermh',
contribution: ['author', 'maintainer'],
orcid: 'https://orcid.org/0000-0002-9052-6000'
],
[
name: 'Lukas Heumos',
affiliation: """Institute of Computational Biology, Helmholtz Zentrum München, Munich, Germany""",
email: '',
github: '@zethson',
contribution: ['contributor'],
orcid: 'https://orcid.org/0000-0002-8937-3457'
],
[
name: 'Simon Heumos',
affiliation: '',
affiliation: """Quantitative Biology Center (QBiC) Tübingen, University of Tübingen, Germany""",
email: '',
github: '@subwaystation',
contribution: ['author', 'maintainer'],
orcid: 'https://orcid.org/0000-0003-3326-817X'
],
[
name: 'Susanne Jodoin',
affiliation: """Quantitative Biology Center (QBiC) Tübingen, University of Tübingen, Germany""",
email: '',
github: '',
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor')
github: '@SusiJo',
contribution: ['contributor'],
orcid: ''
],
[
name: ' Michael L Heuer',
affiliation: '',
name: 'Júlia Mir Pedrol',
affiliation: """Quantitative Biology Center (QBiC) Tübingen, University of Tübingen, Germany""",
email: '',
github: '',
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor')
github: '@mirpedrol',
contribution: ['contributor'],
orcid: ''
],
]
Expand Down
Loading