Skip to content

Commit afa4a8b

Browse files
authored
Merge pull request #954 from nf-core/dev
dev -> master
2 parents cd067e5 + 29dcfb6 commit afa4a8b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [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]
44

5+
* Make module template pass the EC linter [[#953](https://github.com/nf-core/tools/pull/953)]
56
* 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)]
67
* Fixed parameter validation bug caused by JSONObject [[#937](https://github.com/nf-core/tools/issues/937)]
78
* Fixed template creation error regarding file permissions [[#932](https://github.com/nf-core/tools/issues/932)]

nf_core/module-template/software/functions.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ def saveFiles(Map args) {
5757
return "${getPathFromList(path_list)}/$args.filename"
5858
}
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)