File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 2626
2727- Support modules with ` exec: ` blocks ([ #3633 ] ( https://github.com/nf-core/tools/pull/3633 ) )
2828- feat: nf-core modules bump-version supports specifying the toolkit ([ #3608 ] ( https://github.com/nf-core/tools/pull/3608 ) )
29+ - Override example keywords in modules test ([ #3801 ] ( https://github.com/nf-core/tools/pull/3801 ) )
2930
3031### Subworkflows
3132
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ def create_modules_repo_dummy(tmp_dir):
6565 with open (str (meta_yml_path )) as fh :
6666 meta_yml = yaml .load (fh )
6767 del meta_yml ["tools" ][0 ]["bpipe" ]["doi" ]
68+ meta_yml ["keywords" ] = ["pipelines" , "bioinformatics" , "run" ]
6869 with open (str (meta_yml_path ), "w" ) as fh :
6970 yaml .dump (meta_yml , fh )
7071 run_prettier_on_file (fh .name )
You can’t perform that action at this time.
0 commit comments