Skip to content

Releases: BioJulia/BioAlignments.jl

v3.1.0

03 Jan 22:15
ceb3fe6
Compare
Choose a tag to compare

BioAlignments v3.1.0

Diff since v3.0.0

Merged pull requests:

v3.0.0

08 Oct 22:37
Compare
Choose a tag to compare

BioAlignments v3.0.0

Diff since v2.3.0

Closed issues:

  • ref2seq returns a position outside of the sequence length (#56)

Merged pull requests:

v2.3.0

01 Oct 16:44
53f975c
Compare
Choose a tag to compare

BioAlignments v2.3.0

Diff since v2.2.0

Closed issues:

  • Outdated documentation for SAM/BAM in BioAlignments is first hit in search (#82)

Merged pull requests:

v2.2.0

07 Jul 00:13
Compare
Choose a tag to compare

BioAlignments v2.2.0

Diff since v2.1.0

Closed issues:

  • TagBot not triggering. (#67)
  • Do these methods work and are they tested? (#74)

Merged pull requests:

v2.1.0

10 Feb 19:39
1195d3e
Compare
Choose a tag to compare

BioAlignments v2.1.0

Diff since v2.0.1

Closed issues:

  • Lack of an article to cite BioAlignments.jl (#65)

v2.0.1 zenodo release

08 Feb 14:49
a976284
Compare
Choose a tag to compare
Patch version

v2.0.0

16 Feb 02:02
Compare
Choose a tag to compare

BioAlignments v2.0.0

Diff since v1.0.1

Merged pull requests:

Patch update

23 Jan 15:34
Compare
Choose a tag to compare
v1.0.1

Minor updates

The julia v0.7 / v1.0 release

18 Sep 21:41
Compare
Choose a tag to compare
v1.0.0

Ignore .DS_Store files and update docs

Version 3 - Long CIGAR support

15 Jun 19:39
Compare
Choose a tag to compare

Added

  • Contributing files were added to this project.
  • A method called BAM.ispositivestrand is added to test for the relevant flag
    in BAM records. Thanks @phaverty 😄
  • Support for records with CIGAR strings with >65535 op-codes has been added.

Changed

  • Documentation has been updated and uses the Documenter.jl native html
    generator.