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:
adab53c
)
JAL-845 TODO comment added
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 7 Jan 2015 17:23:04 +0000
(17:23 +0000)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 7 Jan 2015 17:23:04 +0000
(17:23 +0000)
src/jalview/datamodel/Alignment.java
patch
|
blob
|
history
diff --git
a/src/jalview/datamodel/Alignment.java
b/src/jalview/datamodel/Alignment.java
index
f31fcd8
..
91108bc
100755
(executable)
--- a/
src/jalview/datamodel/Alignment.java
+++ b/
src/jalview/datamodel/Alignment.java
@@
-1612,6
+1612,10
@@
public class Alignment implements AlignmentI
{
return false;
}
+
+ // TODO: match sequence ids, allow different sequence ordering?
+ // TODO: allow for stop/start codons?
+ // TODO: exclude introns
int i = 0;
for (SequenceI seq : this.getSequences())
{