From 345d1b2df259cd0de7b871086b8eeccd0d43cc6f Mon Sep 17 00:00:00 2001 From: jgugliel <julien.guglielmini@pasteur.fr> Date: Fri, 24 Jun 2022 15:48:59 +0200 Subject: [PATCH] Typo --- wGRR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wGRR b/wGRR index 8969620..efa7339 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 <auto/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