JAL-3806 todo - problem seems to be Protein:Many CDS are not selected
authorJim Procter <j.procter@dundee.ac.uk>
Thu, 3 Feb 2022 13:41:25 +0000 (13:41 +0000)
committerJim Procter <j.procter@dundee.ac.uk>
Thu, 3 Feb 2022 13:41:25 +0000 (13:41 +0000)
src/jalview/util/MappingUtils.java

index 33decb4..1337cf0 100644 (file)
@@ -365,6 +365,7 @@ public final class MappingUtils
 
       for (AlignedCodonFrame acf : codonFrames)
       {
+        // TODO: handle multiple mappings
         SequenceI mappedSequence = targetIsNucleotide
                 ? acf.getDnaForAaSeq(selected)
                 : acf.getAaForDnaSeq(selected);