From df7c68bc2729ddb05eaf56ddc9d345c74dc37c37 Mon Sep 17 00:00:00 2001
From: Amandine PERRIN <amandine.perrin@pasteur.fr>
Date: Thu, 22 Oct 2020 19:15:04 +0200
Subject: [PATCH] Trying to check args when running all modules

---
 bin/PanACoTA | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/PanACoTA b/bin/PanACoTA
index 101884d0..ff8a7710 100755
--- a/bin/PanACoTA
+++ b/bin/PanACoTA
@@ -75,7 +75,7 @@ def parse_arguments(argv):
                                         add_help=False)
     all_modules.build_parser(parser_all)
     actions["all_modules"] = all_modules.main_from_parse
-    checks["all_modules"] = all_modules.check_args
+    # checks["all_modules"] = all_modules.check_args
 
     # Preparation part. Start with ASCII art title, + small description of subcommand
     parser_prepare = subparsers.add_parser('prepare',
-- 
GitLab