Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add splitting BAM index to spec #321

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 5, 2018

  1. Initial draft of a spec for splitting BAM index files, similar to

    that used in Hadoop-BAM. A htsjdk implementation can be found in
    samtools/htsjdk#1138.
    tomwhite committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    6d4f054 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15a80f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Generalize to BGZF files.

    Add fields for file length, number of records, start and end offsets, and number of offsets.
    tomwhite committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    d85bb5a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

  1. Remove first_offset and end_offset from the header, and clarify

    the role of the final sentinel offset.
    tomwhite committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    4f854e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Configuration menu
    Copy the full SHA
    3e56f1e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    486445d View commit details
    Browse the repository at this point in the history