must specify .CA
authoramwaterhouse <Andrew Waterhouse>
Tue, 8 May 2007 10:44:13 +0000 (10:44 +0000)
committeramwaterhouse <Andrew Waterhouse>
Tue, 8 May 2007 10:44:13 +0000 (10:44 +0000)
src/jalview/appletgui/AppletJmol.java
src/jalview/gui/AppJmol.java

index 45243b0..6e2047b 100644 (file)
@@ -724,7 +724,7 @@ public class AppletJmol extends Frame
       picked+=strInfo.substring(strInfo.indexOf(":")+1,
                                strInfo.indexOf("."));
 
-    picked+=".C";
+    picked+=".CA";
 
     if (!atomsPicked.contains(picked))
     {
index 7aa0183..ab03d10 100644 (file)
@@ -843,7 +843,8 @@ public synchronized void addSequence(SequenceI [] seq)
     if (chainId != null)
       picked+=(":"+chainId.substring(1, chainId.length()));
 
-    picked+=".C";
+    picked+=".CA";
+
 
     if (!atomsPicked.contains(picked))
     {