From 339f2d8d16587c8db8ba9842de31fdaf53c4baab Mon Sep 17 00:00:00 2001
From: jgugliel <julien.guglielmini@pasteur.fr>
Date: Tue, 21 Feb 2023 17:24:20 +0100
Subject: [PATCH] Changed version and updated README

---
 README.md | 2 +-
 wGRR      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9ca942a..a27e0b8 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ If you do not have access to a dedicated partition, or if there is not enough fr
 
 ### Using previously generated MMSeqs2 output
 It is possible to provide a MMSeqs2 file, with conditions.
-1. The name of the file must be $prefix.m8, $prefix being the string passed via the `-o` option.
+1. The name of the file must be `$output_prefix.m8`, `$output_prefix` being the string passed via the `-o` option.
 2. The format of the file must be: query,target,qcov,tcov,fident,evalue,bits
 
 ### Mandatory parameter
diff --git a/wGRR b/wGRR
index 22c7474..2c75c1c 100755
--- a/wGRR
+++ b/wGRR
@@ -7,7 +7,7 @@ trap 'rm -rf "$tmp"' EXIT
 export LC_ALL=C
 SECONDS=0
 
-readonly VERSION=1.2a
+readonly VERSION=1.3
 
 bold=$(tput bold)
 green=$(tput setaf 2)
-- 
GitLab