From c9cdb5bf819e14c65daf25c7e8d2805c65ee70f3 Mon Sep 17 00:00:00 2001
From: jgugliel <julien.guglielmini@pasteur.fr>
Date: Fri, 24 Jun 2022 15:48:28 +0200
Subject: [PATCH] Automatic -a parameter; option to skip memory check; output
 improvement

---
 wGRR | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wGRR b/wGRR
index 46a7f53..8969620 100755
--- a/wGRR
+++ b/wGRR
@@ -37,7 +37,7 @@ display_usage() {
 	echo "                        recommended: at least 4"
 	echo "                        Note: if wGRR is run on Maestro via sbatch, this number only applies to the"
 	echo "                           MMseqs step"
-	echo "   -a <integer>      Number of genomes comparisons to be performed in each thread."
+	echo "   -a <auto/integer>    Number of genomes comparisons to be performed in each thread."
 	echo "                        Increasing this will decrease the number of tasks to be performed"
 	echo "                           but each task will take longer and use more RAM."
 	echo "                        default: auto"
-- 
GitLab