-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
198 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,73 @@ | ||
# Changelog | ||
|
||
All notable changes to HapLink.jl will be documented in this file. | ||
All notable changes to XAM.jl will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
|
||
## [0.4.0] | ||
|
||
### Added | ||
- Added BAM.Reader index support for BAI object ([#56](https://github.com/BioJulia/XAM.jl/pull/56/files)) | ||
- Added doi badge | ||
- Added BAM.Reader index support for BAI object ([#56](https://github.com/BioJulia/XAM.jl/pull/56)). | ||
- Added doi badge. | ||
- Added test to ensure EOF_BLOCK gets written. | ||
- Added `isreversestrand`. | ||
- Added `isfirstsegment`. | ||
- Added `islastsegment`. | ||
|
||
### Changed | ||
|
||
- Subtype from XAMReader and XAMWriter from common abstract types. | ||
- Subtype from XAMRecord. | ||
- Unified flag queries. | ||
- Improved Slack link. | ||
- Updated to use [Automa](https://github.com/BioJulia/Automa.jl) v1 ([#65](https://github.com/BioJulia/XAM.jl/pull/65)). | ||
- Pointed the Unit Tests badge at the develop branch. | ||
- Pluralised flag. | ||
- Renamed `ismateunmapped` to `isnextunmapped`. | ||
- Renamed `isreverse` to `isreversecomplemented`. | ||
- Renamed `isforward` to `isforwardstrand`. | ||
- `ispositivestrand` aliases `isforwardstrand`. | ||
- `isnegativestrand` aliases `isreversestrand`. | ||
- Renamed `ismatereverse` to `isnextreversecomplemented`. | ||
- `isread1` aliases `isfirstsegment`. | ||
- `isread2` aliases `islastsegment`. | ||
|
||
### Fixed | ||
- Updated hts-files.md ([#62](https://github.com/BioJulia/XAM.jl/pull/62)). | ||
- Corrected the behaviour of `isprimaryalignment` with `isprimary`. | ||
|
||
### Removed | ||
- Moved the functionality of `isprimary` into `isprimaryalignment`. | ||
|
||
|
||
## [0.3.1] | ||
|
||
### Changed | ||
|
||
- Upgraded to BioAlignments v3 ([#55](https://github.com/BioJulia/XAM.jl/pull/55)) | ||
- Upgraded to BioAlignments v3 ([#55](https://github.com/BioJulia/XAM.jl/pull/55)). | ||
|
||
|
||
## [0.3.0] - 2022-10-10 | ||
|
||
## Added | ||
|
||
- Crosschecks for SAM and BAM ([#29](https://github.com/BioJulia/XAM.jl/pull/29)) | ||
- Improved documentation for flags ([#43](https://github.com/BioJulia/XAM.jl/pull/43)) | ||
- Crosschecks for SAM and BAM ([#29](https://github.com/BioJulia/XAM.jl/pull/29)). | ||
- Improved documentation for flags ([#43](https://github.com/BioJulia/XAM.jl/pull/43)). | ||
|
||
### Changed | ||
|
||
- `BAM.quality` performance improved ([#21](https://github.com/BioJulia/XAM.jl/issues/21)) | ||
- Updated BioAlignments to v2.2 and BioSequences to v3 ([#48](https://github.com/BioJulia/XAM.jl/pull/48)) | ||
- `BAM.quality` performance improved ([#21](https://github.com/BioJulia/XAM.jl/issues/21)). | ||
- Updated BioAlignments to v2.2 and BioSequences to v3 ([#48](https://github.com/BioJulia/XAM.jl/pull/48)). | ||
|
||
### Fixed | ||
|
||
- `BAM.Record` layout now matches the BAM specs ([#26](https://github.com/BioJulia/XAM.jl/pull/26)) | ||
- `BAM.Record` layout now matches the BAM specs ([#26](https://github.com/BioJulia/XAM.jl/pull/26)). | ||
|
||
[Unreleased]: https://github.com/BioJulia/XAM.jl/compare/v0.3.1...HEAD | ||
[Unreleased]: https://github.com/BioJulia/XAM.jl/compare/v0.4.0...HEAD | ||
[0.4.0]: https://github.com/BioJulia/XAM.jl/compare/v0.3.1...0.4.0 | ||
[0.3.1]: https://github.com/BioJulia/XAM.jl/compare/v0.3.0...v0.3.1 | ||
[0.3.0]: https://github.com/BioJulia/XAM.jl/compare/v0.2.8...v0.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "XAM" | ||
uuid = "d759349c-bcba-11e9-07c2-5b90f8f05f7c" | ||
authors = ["Kenta Sato <[email protected]>", "Ben J. Ward <[email protected]>", "Ciarán O'Mara <[email protected]>"] | ||
version = "0.3.1" | ||
version = "0.4.0" | ||
|
||
[deps] | ||
Automa = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.