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:
f679765
)
JAL-653 small comment change only
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 30 Nov 2015 10:03:15 +0000
(10:03 +0000)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 30 Nov 2015 10:03:15 +0000
(10:03 +0000)
src/jalview/analysis/AlignmentUtils.java
patch
|
blob
|
history
diff --git
a/src/jalview/analysis/AlignmentUtils.java
b/src/jalview/analysis/AlignmentUtils.java
index
898e4f7
..
719dbfb
100644
(file)
--- a/
src/jalview/analysis/AlignmentUtils.java
+++ b/
src/jalview/analysis/AlignmentUtils.java
@@
-1084,13
+1084,13
@@
public class AlignmentUtils
SequenceI proteinDs = proteinSeq.getDatasetSequence() == null ? proteinSeq
: proteinSeq.getDatasetSequence();
- /*
- * Already mapped?
- */
for (AlignedCodonFrame mapping : mappings)
{
if (proteinDs == mapping.getAaForDnaSeq(dnaDs))
{
+ /*
+ * already mapped
+ */
return true;
}
}