Skip to content

Commit 4bc9ba7

Browse files
authored
Merge branch 'dev' into strict-nextflow
2 parents d005b67 + 9598f1b commit 4bc9ba7

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
### `Fixed`
2323

2424
- [#872](https://github.com/nf-core/ampliseq/pull/872) - Follow nextflow's strict syntax
25+
- [#876](https://github.com/nf-core/ampliseq/pull/876) - Pulled the updated vsearch/clusters module from nf-core to fix a bug where a wildcard expansion trigging an arguments-too-long error.
2526

2627
### `Dependencies`
2728

modules.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
"vsearch/cluster": {
9191
"branch": "master",
92-
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
92+
"git_sha": "f10b2465108305544f708389324480db1b5e9f34",
9393
"installed_by": ["modules"]
9494
},
9595
"vsearch/sintax": {

modules/nf-core/vsearch/cluster/environment.yml

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/vsearch/cluster/main.nf

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/vsearch/cluster/tests/tags.yml

-2
This file was deleted.

0 commit comments

Comments
 (0)