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

Release 0.3.1 #57

Merged
merged 7 commits into from
Oct 14, 2022
Merged

Release 0.3.1 #57

merged 7 commits into from
Oct 14, 2022

Commits on Oct 10, 2022

  1. Change alignment getter for BAM.Record to use existing cigar constructor

    Rather than keep a copy of the BioAlignments cigar constructor embedded in
    this function, have it call the existing constructor. There may be
    performance implications for using `cigar` instead of `cigar_rle`, but
    having a second copy of the constructor here is an antipattern if I've ever
    seen one, so prioritise stable code over performant code.
    MillironX committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    e6f542a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9720fd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7b9d9f View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    MillironX committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    32e3213 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    e2b22be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c57e9b View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG for v0.3.1

    MillironX committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    fe83a74 View commit details
    Browse the repository at this point in the history