Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,19 @@ manifest {
contributors = [
[
name: 'Olga Botvinnik',
affiliation: '',
affiliation: 'Seanome, San Francisco, CA, USA',
email: 'olga@seanome.org',
github: 'olgabot',
contribution: ['author'], // List of contribution types ('author', 'maintainer' or 'contributor')
orcid: 'https://orcid.org/0000-0003-4412-7970'
],
[
name: 'Michael L Heuer',
affiliation: """Network.bio, New York, NY, USA""",
email: '',
github: '',
contribution: [],
orcid: '',
github: '@heuermh',
contribution: ['contributor'],
orcid: 'https://orcid.org/0000-0002-9052-6000'
]
Comment thread
heuermh marked this conversation as resolved.
]
homePage = 'https://github.com/nf-core/proteinannotator'
Expand Down