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:
4ee7662
)
JAL-845 jim @mungo: should this be in a package local to jalview.analysis.Dna ?
author
Jim Procter
<jprocter@dundee.ac.uk>
Thu, 19 Feb 2015 15:22:36 +0000
(15:22 +0000)
committer
James Procter
<jprocter@ls30857.local>
Fri, 5 Jun 2015 11:56:47 +0000
(12:56 +0100)
src/jalview/datamodel/AlignedCodon.java
patch
|
blob
|
history
diff --git
a/src/jalview/datamodel/AlignedCodon.java
b/src/jalview/datamodel/AlignedCodon.java
index
0daa3fb
..
12eb470
100644
(file)
--- a/
src/jalview/datamodel/AlignedCodon.java
+++ b/
src/jalview/datamodel/AlignedCodon.java
@@
-7,6
+7,8
@@
package jalview.datamodel;
*
* Example: in "G-AT-C-GA" the aligned codons are (0, 2, 3) and (5, 7, 8).
*
+ * JBPComment: Is this useful anywhere other than jalview.analysis.Dna ?
+ *
* @author gmcarstairs
*
*/