Skip to content

Commit

Permalink
Merge pull request #954 from nf-core/dev
Browse files Browse the repository at this point in the history
dev -> master
  • Loading branch information
ewels authored Mar 23, 2021
2 parents cd067e5 + 29dcfb6 commit afa4a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [v1.13.2 - Copper Crocodile CPR :crocodile: :face_with_head_bandage:](https://github.com/nf-core/tools/releases/tag/1.13.2) - [2021-03-23]

* Make module template pass the EC linter [[#953](https://github.com/nf-core/tools/pull/953)]
* Added better logging message if a user doesn't specificy the directory correctly with `nf-core modules` commands [[#942](https://github.com/nf-core/tools/pull/942)]
* Fixed parameter validation bug caused by JSONObject [[#937](https://github.com/nf-core/tools/issues/937)]
* Fixed template creation error regarding file permissions [[#932](https://github.com/nf-core/tools/issues/932)]
Expand Down
2 changes: 1 addition & 1 deletion nf_core/module-template/software/functions.nf
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def saveFiles(Map args) {
return "${getPathFromList(path_list)}/$args.filename"
}
}
}
}

0 comments on commit afa4a8b

Please sign in to comment.