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

Updating SAMTag and SAMTagUtils #1208

Merged
merged 7 commits into from
Nov 14, 2018
Merged

Updating SAMTag and SAMTagUtils #1208

merged 7 commits into from
Nov 14, 2018

Commits on Nov 14, 2018

  1. Update SAMTag to include new tags

    * adding new tags that were introduced in the spec
      * Cellular barcode tags s CB, CR, and CY added
      * Unique mollecular identifier tags BZ, MI, OX, QX, and RX added.
    
    * deprecating tag constants that are for backward compatibility only
    lbergelson committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    0186adf View commit details
    Browse the repository at this point in the history
  2. Modernizing SAMTag and SAMTagUtil

    * Making methods in SAMTagUtil final and deprecating the use of the getSingleton() method.
    * This is a breaking change to SAMTagUtil, it will break any subclasses, all other uses should be compatible
    lbergelson committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    e40c493 View commit details
    Browse the repository at this point in the history
  3. Update src/main/java/htsjdk/samtools/SAMTag.java

    Co-Authored-By: lbergelson <[email protected]>
    magicDGS and lbergelson committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    ec7e517 View commit details
    Browse the repository at this point in the history
  4. Update SAMTagUtil.java

    lbergelson committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    4cff811 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    513500a View commit details
    Browse the repository at this point in the history
  6. more fixup

    lbergelson committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    cf7d601 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef75df4 View commit details
    Browse the repository at this point in the history