From 21bafc015e40fff48789455c1338cf4332634b52 Mon Sep 17 00:00:00 2001
From: Tobias Schmidt <tobias.schmidt@unibas.ch>
Date: Thu, 14 Jun 2012 18:13:29 +0200
Subject: [PATCH] escape special characters in clustalw documentation

---
 modules/bindings/pymod/clustalw.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/bindings/pymod/clustalw.py b/modules/bindings/pymod/clustalw.py
index e9862d3e3..084fe8d33 100644
--- a/modules/bindings/pymod/clustalw.py
+++ b/modules/bindings/pymod/clustalw.py
@@ -64,8 +64,8 @@ def ClustalW(seq1, seq2=None, clustalw=None, keep_files=False, nopgap=False,
      I    isoleucine                 Y    tyrosine
      K    lysine                     Z    glutamate or glutamine
      L    leucine                    X    any
-     M    methionine                 *    translation stop
-     N    asparagine                 -    gap of indeterminate length
+     M    methionine                 \*   translation stop
+     N    asparagine                 \-   gap of indeterminate length
   ======= ======================= ======= ============================ 
 
   '''
-- 
GitLab