+
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

- don't read param expressions with spaces as params ([#3674](https://github.com/nf-core/tools/pull/3674))
- Update marocchino/sticky-pull-request-comment digest to 7737449 ([#3681](https://github.com/nf-core/tools/pull/3681))
- Validation of meta.yaml in cross-org repos ([#3680](https://github.com/nf-core/tools/pull/3680))

## [v3.3.2 - Tungsten Tamarin Patch 2](https://github.com/nf-core/tools/releases/tag/3.3.2) - [2025-07-08]

Expand Down
2 changes: 1 addition & 1 deletion nf_core/subworkflows/lint/meta_yml.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def meta_yml(subworkflow_lint_object, subworkflow, allow_missing: bool = False):
# join included modules and included subworkflows in a single list
included_components_names = [component["name"] for component in included_components]
if "components" in meta_yaml:
meta_components = [x for x in meta_yaml["components"]]
meta_components = [x if isinstance(x, str) else list(x)[0] for x in meta_yaml["components"]]
for component in set(included_components_names):
if component in meta_components:
subworkflow.passed.append(
Expand Down
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载