Skip to content

Commit 08dbcc9

Browse files
authored
Merge pull request #1405 from nf-core/fix_swf_variable
Fix bad variable name in subworkflow
2 parents 4b46c7b + 1879afa commit 08dbcc9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Special thanks to the following for their contributions to the release:
1616

1717
- [PR #1398](https://github.com/nf-core/rnaseq/pull/1398) - Bump pipeline version to 3.17.0dev
1818
- [PR #1401](https://github.com/nf-core/rnaseq/pull/1401) - Template update for nf-core/tools v3.0.1
19+
- [PR #1405](https://github.com/nf-core/rnaseq/pull/1405) - Fix bad variable name in subworkflow
1920

2021
### Parameters
2122

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
},
338338
"fastq_qc_trim_filter_setstrandedness": {
339339
"branch": "master",
340-
"git_sha": "ee3b8b84da02320fff5f3f2dc1d6f9b72d7cd5af",
340+
"git_sha": "aef0e7467478130e861365232c3c4cc3247938ec",
341341
"installed_by": ["subworkflows"]
342342
},
343343
"fastq_subsample_fq_salmon": {

subworkflows/nf-core/fastq_qc_trim_filter_setstrandedness/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)