We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e8b8d commit cfb6fd4Copy full SHA for cfb6fd4
tests/test_modules.py
@@ -65,6 +65,7 @@ def create_modules_repo_dummy(tmp_dir):
65
with open(str(meta_yml_path)) as fh:
66
meta_yml = yaml.load(fh)
67
del meta_yml["tools"][0]["bpipe"]["doi"]
68
+ meta_yml["keywords"] = ["pipelines", "bioinformatics", "run"]
69
with open(str(meta_yml_path), "w") as fh:
70
yaml.dump(meta_yml, fh)
71
run_prettier_on_file(fh.name)
0 commit comments