From 002768016193b179983d5ac6f4b67e559a30ca5d Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavier.robin@unibas.ch>
Date: Wed, 28 Aug 2019 13:10:00 +0200
Subject: [PATCH] Add read-only or R/W information

---
 modules/io/doc/sequence_formats.rst | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/modules/io/doc/sequence_formats.rst b/modules/io/doc/sequence_formats.rst
index f9f77649a..dcc3c3edf 100644
--- a/modules/io/doc/sequence_formats.rst
+++ b/modules/io/doc/sequence_formats.rst
@@ -10,6 +10,9 @@ FASTA
 *Format Name*
   fasta
 
+*Mode*
+  Read/Write
+
 ClustalW
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
@@ -19,7 +22,10 @@ ClustalW
 *Format Name*
   clustal
 
-Promod
+*Mode*
+  Read-only
+
+Promod 2
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 *Recognized File Extensions*
@@ -27,5 +33,6 @@ Promod
   
 *Format Name*
   promod
-  
 
+*Mode*
+  Read-only
-- 
GitLab