git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1f3e3b
)
JAL-3806 todo - problem seems to be Protein:Many CDS are not selected
author
Jim Procter
<j.procter@dundee.ac.uk>
Thu, 3 Feb 2022 13:41:25 +0000
(13:41 +0000)
committer
Jim Procter
<j.procter@dundee.ac.uk>
Thu, 3 Feb 2022 13:41:25 +0000
(13:41 +0000)
src/jalview/util/MappingUtils.java
patch
|
blob
|
history
diff --git
a/src/jalview/util/MappingUtils.java
b/src/jalview/util/MappingUtils.java
index
33decb4
..
1337cf0
100644
(file)
--- a/
src/jalview/util/MappingUtils.java
+++ b/
src/jalview/util/MappingUtils.java
@@
-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);