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

[ADAM-785] Add support for all numeric array (TYPE=B) tags, fixes #785 #809

Closed
wants to merge 2 commits into from

Commits on Aug 26, 2015

  1. Add support for all numeric array (TYPE=B) tags

    - Extends `Attribute` model and `AttributeUtils.convertSAMTagAndValue` to cover the 7 numeric array types [cCsSiIf] described in SAM spec
    - Updates tests to use `TextTagCodec` used natively by samtools parser
    - Adds a small SAM file with all tag types and tests with loadAlignments
    Jake Feala committed Aug 26, 2015
    Configuration menu
    Copy the full SHA
    f299051 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2015

  1. Use Option to build tag string

    Jake Feala committed Aug 27, 2015
    Configuration menu
    Copy the full SHA
    eb4661d View commit details
    Browse the repository at this point in the history