Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasscheid committed Jan 16, 2025
1 parent ec80d53 commit c0c6888
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### `Changed`

- [#247](https://github.com/nf-core/epitopeprediction/pull/247) - Update to nf-core template `3.0.2`
- [#255](https://github.com/nf-core/epitopeprediction/pull/256) - Update to nf-core template `3.1.1`

## v2.3.1 - Oesterberg - 2024-05-17

Expand Down
11 changes: 5 additions & 6 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -264,22 +264,21 @@ manifest {
name = 'nf-core/epitopeprediction'
author = """Christopher Mohr, Jonas Scheid""" // 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: 'Christopher Mohr',
affiliation: '',
email: '',
github: '',
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor')
contribution: ['author','maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor')
orcid: ''
],
[
name: ' Jonas Scheid',
affiliation: '',
email: '',
github: '',
contribution: [], // List of contribution types ('author', 'maintainer' or 'contributor')
orcid: ''
email: '[email protected]',
github: '@jonasscheid',
contribution: ['author','maintainer'], // List of contribution types ('author', 'maintainer' or 'contributor')
orcid: '0000-0002-5923-1343'
],
]
homePage = 'https://github.com/nf-core/epitopeprediction'
Expand Down

0 comments on commit c0c6888

Please sign in to comment.