From 54c7a65a3edf7ce031bcf2f4bb246a8f4e316b5d Mon Sep 17 00:00:00 2001 From: laurencekuhl Date: Thu, 15 Aug 2024 09:43:42 +0200 Subject: [PATCH] Moved the verbose for nf-core modules test --- nf_core/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/__main__.py b/nf_core/__main__.py index 147b0586b2..5093f1bc9d 100644 --- a/nf_core/__main__.py +++ b/nf_core/__main__.py @@ -1138,8 +1138,8 @@ def create_module( # nf-core modules test @modules.command("test") -@click.pass_context @click.argument("tool", type=str, callback=normalize_case, required=False, metavar=" or ") +@click.pass_context @click.option( "-d", "--dir",