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:
51d3b19
)
JAL-3187 javadoc
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Tue, 18 Jun 2019 15:22:01 +0000
(16:22 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Tue, 18 Jun 2019 15:22:01 +0000
(16:22 +0100)
src/jalview/io/FeaturesFile.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/FeaturesFile.java
b/src/jalview/io/FeaturesFile.java
index
fffa650
..
a69788b
100755
(executable)
--- a/
src/jalview/io/FeaturesFile.java
+++ b/
src/jalview/io/FeaturesFile.java
@@
-713,6
+713,14
@@
public class FeaturesFile extends AlignFile implements FeaturesSourceI
return count;
}
+ /**
+ * Answers a list of mapped features visible in the (CDS/protein) complement,
+ * with feature positions translated to local sequence coordinates
+ *
+ * @param seq
+ * @param fr2
+ * @return
+ */
protected List<SequenceFeature> findComplementaryFeatures(SequenceI seq,
FeatureRenderer fr2)
{