Skip to content

Commit

Permalink
Merge pull request #272 from nf-core/fix-modules-config
Browse files Browse the repository at this point in the history
Fix prokka in `modules.config`
  • Loading branch information
jasmezz authored May 8, 2023
2 parents d79057b + cd9c3ed commit 9570218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## v1.1.1dev - [unreleased]

### `Added`

- [#270](https://github.com/nf-core/funcscan/pull/270) Merged pipeline template of nf-core/tools version 2.8 and updated modules accordingly. (by @jasmezz, @jfy133)

### `Fixed`

- [#272](https://github.com/nf-core/funcscan/pull/272) Fix typo in Prokka output path in modules.config. (by @jasmezz)

### `Dependencies`

### `Deprecated`
Expand Down
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ process {

withName: PROKKA {
publishDir = [
path: { "${params.outdir}/annotation/prokka/}" },
path: { "${params.outdir}/annotation/prokka/" },
mode: params.publish_dir_mode,
enabled: params.save_annotations,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
Expand Down

0 comments on commit 9570218

Please sign in to comment.