Details
Description
The user can supply their own sequence bounds using the /start-end notation.
The sequenceI.findIndex(sequencePosition) method honours the user-provided 'end' attribute and returns the alignment position of the end'th residue, rather than examining the sequence string for further non-gap characters which may correspond to the requested location (sequencePosition).
The sequenceI.findIndex(sequencePosition) method honours the user-provided 'end' attribute and returns the alignment position of the end'th residue, rather than examining the sequence string for further non-gap characters which may correspond to the requested location (sequencePosition).