Addred GapChar string for convenient regex construction
authorjprocter <Jim Procter>
Fri, 27 May 2005 09:32:00 +0000 (09:32 +0000)
committerjprocter <Jim Procter>
Fri, 27 May 2005 09:32:00 +0000 (09:32 +0000)
src/jalview/util/Comparison.java

index 3a831d0..0366430 100755 (executable)
@@ -91,7 +91,7 @@ public class Comparison {
 \r
     return (float)100*(len-bad)/len;\r
   }\r
-\r
+  public static String GapChars = " .-";\r
   public static boolean isGap(char c)\r
   {\r
     return  (c != '.' && c != '-' && c != ' ') ? false : true;\r