JAL-2110 todo - select mappings involving sequences in alignment
authorJim Procter <jprocter@issues.jalview.org>
Thu, 16 Jun 2016 12:50:55 +0000 (13:50 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 16 Jun 2016 12:50:55 +0000 (13:50 +0100)
src/jalview/datamodel/Alignment.java

index f14539b..ed1c92e 100755 (executable)
@@ -1357,6 +1357,10 @@ public class Alignment implements AlignmentI
   @Override
   public List<AlignedCodonFrame> getCodonFrames()
   {
+    // TODO: Fix this method to fix failing AlignedCodonFrame tests
+    // this behaviour is currently incorrect. method should return codon frames
+    // for just the alignment,
+    // selected from dataset
     return dataset != null ? dataset.getCodonFrames() : codonFrameList;
   }