From: gmungoc
Date: Tue, 8 Nov 2016 15:53:55 +0000 (+0000)
Subject: JAL-2301 corrected search example to match AA properties mentioned
X-Git-Tag: Release_2_10_1^2~2
X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=439b1221b2728faa13d185684f58d53d67760a7f;p=jalview.git
JAL-2301 corrected search example to match AA properties mentioned
---
diff --git a/help/html/features/search.html b/help/html/features/search.html
index 9766782..796d623 100755
--- a/help/html/features/search.html
+++ b/help/html/features/search.html
@@ -73,7 +73,7 @@ td {
the match. For example, a simple query like "ACDED" would
match all occurences of that string, but "ACD+ED" matches
both 'ACDDED' and 'ACDDDDDDDDED'. More usefully, the query
- "[ILGVMA]{;5,}" would find stretches of small, hydrophobic
+ "[GVATC]{;5,}" would find stretches of small, hydrophobic
amino acids of at least five residues in length.
The table below describes some of the regular expression syntax: