From 2a4329f4326918eb97726de5abf2342fabaeda17 Mon Sep 17 00:00:00 2001
From: jgugliel <julien.guglielmini@pasteur.fr>
Date: Tue, 9 May 2023 11:30:05 +0200
Subject: [PATCH] README update

---
 README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a27e0b8..cdcad89 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,19 @@ This corresponds to the protein `00141` of the element `ESCO001.0321.00001.P001`
 **WARNING**: if your run is not properly configured, you can completely exhaust your system.
 
 ## Output
-wGRR produces a table with the following columns:
+Provided `wGRR` was executed with the `-o OUT` option, it will create several files.
+
+1. OUT.allpairs.txt contains all pairs of genetic elements, one per line.
+
+2. OUT.m8 is the output of `MMseqs` and contain all the significant protein-protein comparisons.
+
+3. OUT.mmseqs.search.log is the log file of the `MMseqs` step.
+
+4. OUT.bbh.txt contains all the identified BBH. The columns are 'query target identity query_coverage,target_coverage'
+
+5. OUT.wgrr.log is the log file of `wGRR`
+
+6. OUT.wgrr.txt is the final wGRR table. It contains the following columns:
 
 The first two columns indicate the pair of elements for this row.
 
-- 
GitLab