Skip to content

Commit

Permalink
Merge pull request nf-core#3298 from nf-core/subworkflow-messages
Browse files Browse the repository at this point in the history
Improve subworkflow nf-test migration warning
  • Loading branch information
mashehu authored Dec 5, 2024
2 parents a9d97e4 + c23af55 commit f4b5b5d
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 @@ -33,6 +33,7 @@
### Subworkflows

- Add `nf-core subworkflows patch` command ([#2861](https://github.com/nf-core/tools/pull/2861))
- Improve subworkflow nf-test migration warning ([#3298](https://github.com/nf-core/tools/pull/3298))

### General

Expand Down
2 changes: 1 addition & 1 deletion nf_core/subworkflows/lint/subworkflow_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def subworkflow_tests(_, subworkflow: NFCoreComponent):
subworkflow.warned.append(
(
"test_dir_exists",
"nf-test directory is missing",
"Migrate pytest-workflow to nf-test",
subworkflow.nftest_testdir,
)
)
Expand Down

0 comments on commit f4b5b5d

Please sign in to comment.