Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.10.3
-
Component/s: sequencefeatures
-
Labels:
-
Epic Link:
Description
Currently Sequence.findFeatures(from, to) operators on residue positions.
All callers of this method first call Sequence.findPosition() for the start and end column positions of the range involved. They may also then do some post-processing of the returned results (JAL-2547).
All of this would be made simpler and safer by changing findFeatures() to operate on column rather than residue positions.
All callers of this method first call Sequence.findPosition() for the start and end column positions of the range involved. They may also then do some post-processing of the returned results (
All of this would be made simpler and safer by changing findFeatures() to operate on column rather than residue positions.