Simplified layout
[jalview.git] / src / jalview / schemes / ResidueProperties.java
index 65cc0f1..87efddc 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
  * Jalview - A Sequence Alignment Editor and Viewer\r
- * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  *\r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -164,6 +164,7 @@ public class ResidueProperties
     aa3Hash.put("*", new Integer(23));\r
     aa3Hash.put(".", new Integer(23));\r
     aa3Hash.put(" ", new Integer(23));\r
+    aa3Hash.put("Gap", new Integer(23));\r
   }\r
 \r
   static\r