JAL-3855 JAL-2349 AlignmentI.getContactList takes care of mapping columns to sequence...
[jalview.git] / src / jalview / datamodel / ContactMapHolder.java
index ac1b267..4b46d7d 100644 (file)
@@ -28,6 +28,9 @@ public class ContactMapHolder implements ContactMapHolderI
     {
       return null;
     }
+    // TODO: could resolve sequence position to column position here
+    // TODO: what about for complexes - where contactMatrix may involve two or
+    // more sequences
     return cm.getContactList(column);
   }