-
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
23 changed files
with
478 additions
and
324 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,34 +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)). | ||
- 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" | ||
|
@@ -15,15 +15,15 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | |
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" | ||
|
||
[compat] | ||
Automa = "0.7, 0.8" | ||
Automa = "1" | ||
BGZFStreams = "0.3.1" | ||
BioAlignments = "3" | ||
BioGenerics = "0.1" | ||
BioSequences = "3" | ||
FormatSpecimens = "1.1" | ||
GenomicFeatures = "2" | ||
Indexes = "0.1" | ||
TranscodingStreams = "0.6, 0.7, 0.8, 0.9" | ||
TranscodingStreams = "0.6, 0.7, 0.8, 0.9, 0.10" | ||
julia = "1.6" | ||
|
||
[extras] | ||
|
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
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.
beefc45
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
beefc45
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/99669
Tip: Release Notes
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.
To add them here just re-invoke and the PR will be updated.
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: