Description Usage Arguments Value
Seek in a file to the section containing the data that we want. We start with a reasonable guess about where in the file the data is located, but we seek up or downstream of that (depending on whether the data at that position is before or after the data that we want), then bisect to pin down where to start loading data from.
1 | find_file_pos(path, start_pos)
|
path |
path to the datafile |
start_pos |
start position of the variant |
the approximate byte offset in the file (to within a few hundred bytes) where the required data starts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.