Skip to content
Snippets Groups Projects
Commit 21bafc01 authored by Tobias Schmidt's avatar Tobias Schmidt
Browse files

escape special characters in clustalw documentation

parent 3d71eb91
No related branches found
No related tags found
No related merge requests found
...@@ -64,8 +64,8 @@ def ClustalW(seq1, seq2=None, clustalw=None, keep_files=False, nopgap=False, ...@@ -64,8 +64,8 @@ def ClustalW(seq1, seq2=None, clustalw=None, keep_files=False, nopgap=False,
I isoleucine Y tyrosine I isoleucine Y tyrosine
K lysine Z glutamate or glutamine K lysine Z glutamate or glutamine
L leucine X any L leucine X any
M methionine * translation stop M methionine \* translation stop
N asparagine - gap of indeterminate length N asparagine \- gap of indeterminate length
======= ======================= ======= ============================ ======= ======================= ======= ============================
''' '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment