mirror of
https://github.com/MillironX/SequenceVariation.jl.git
synced 2024-11-22 13:29:56 +00:00
1.6 KiB
1.6 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
0.1.3 - 2022-11-22
Changed
- Variations getter now returns type-parameterized vector (#23)
0.1.2 - 2022-10-04
Changed
- Updated dependency compats (#21)
- BioAlignments: 2 -> 2,3
- BioSequences: 2 -> 2,3
- BioSymbols: 4 -> 4,5
0.1.1 - 2022-07-21
Added
- Constructor for
Variant
based onVariation
s (#18)
0.1.0 - 2022-07-14
Added
- Mutation types (
Substitution
,Deletion
,Insertion
) Variant
type to store groups of mutations togetherVariation
type to store and compare individual mutationsreconstruct!
function to build mutated sequences fromVariant
sVariant
constructor to automatically detect mutations from aBioAlignments.PairwiseAlignment
- Methods to get reference and alternate bases from a
Variation