Skip to content

Commit

Permalink
bump version, add changes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasscheid committed Nov 5, 2023
1 parent 2dd3e55 commit 5434e04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Changed`

- [213](https://github.com/nf-core/epitopeprediction/pull/203) - Rename param `genome_version` to `genome_reference`, add functionality to handle BioMart archive urls
- [213](https://github.com/nf-core/epitopeprediction/pull/203) - Update to nf-core template `2.10`
- [203](https://github.com/nf-core/epitopeprediction/pull/203) - Update to nf-core template `2.9`
- [203](https://github.com/nf-core/epitopeprediction/pull/203) - Update to nf-core template `2.8`
- [#213](https://github.com/nf-core/epitopeprediction/pull/203) - Rename param `genome_version` to `genome_reference`, add functionality to handle BioMart archive urls
- [#213](https://github.com/nf-core/epitopeprediction/pull/203) - Update to nf-core template `2.10`
- [#203](https://github.com/nf-core/epitopeprediction/pull/203) - Update to nf-core template `2.9`
- [#203](https://github.com/nf-core/epitopeprediction/pull/203) - Update to nf-core template `2.8`
- [#206](https://github.com/nf-core/epitopeprediction/issues/206) - Update the row checker class.

### `Fixed`

- [#219](https://github.com/nf-core/epitopeprediction/pull/219) - Fix `EXTERNAL_TOOLS_IMPORT`` container registry and bump version

## v2.2.1 - WaldhaeuserOst Hotfix - 2023-03-16

### `Fixed`
Expand Down
2 changes: 1 addition & 1 deletion modules/local/external_tools_import.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process EXTERNAL_TOOLS_IMPORT {
conda "conda-forge::coreutils=9.1"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img' :
'docker.io/biocontainers/biocontainers:v1.2.0_cv1' }"
'docker.io/biocontainers/biocontainers:v1.2.0_cv2' }"

input:
tuple val(toolname), val(toolversion), val(toolchecksum), path(tooltarball), file(datatarball), val(datachecksum), val(toolbinaryname)
Expand Down

0 comments on commit 5434e04

Please sign in to comment.