Class SequenceStore.StaticChunked
Extends
Store.
Defined in: StaticChunked.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Storage backend for sequences broken up into chunks, stored and
served as static text files.
|
Method Attributes | Method Name and Description |
---|---|
getRange(seq, start, end, callback)
|
Class Detail
SequenceStore.StaticChunked(args)
Storage backend for sequences broken up into chunks, stored and
served as static text files.
- Parameters:
- args
Method Detail
getRange(seq, start, end, callback)
- Parameters:
- {Object} seq
- object describing the sequence to operate on
- {Number} start
- start coord, in interbase
- {Number} end
- end coord, in interbase
- {Function} callback
- function that takes ( start, end, seq )