File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -7,28 +7,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ### Added
11- - Alternative start codons can now be used in the ` synthesis/codon ` DNA -> protein translation package (#305 )
12- - Added a parser and writer for the ` pileup ` sequence alignment format (#329 )
13- - Added statistics to the ` synthesis/codon ` package (keeping track of the observed start codon occurrences in a translation table) (#350 )
14- - Added option to fragmenter to fragment with only certain overhangs (#387 )
15-
16-
17-
18-
1910### Fixed
20- - ` fastq ` parser no longer becomes de-aligned when reading (#325 )
21- - ` fastq ` now handles optionals correctly (#323 )
22- - No more data race in GoldenGate (#276 )
23-
24- ### Breaking
25- - CutWithEnzymeByName is now a receiver of EnzymeManager. GoldenGate now takes an Enzyme instead of the name of an enzyme.
26- This is an effort to remove dependence on some package level global state and build some flexibility managing enzymes
27- over the lifetime of the program.
28- - Enzyme.OverhangLen is now named Enzyme.OverhangLength
29-
30- ## [ 0.26.0] - 2023-07-22
31- Oops, we weren't keeping a changelog before this tag!
32-
33- [ unreleased ] : https://github.com/TimothyStiles/poly/compare/v0.26.0...main
34- [ 0.26.0 ] : https://github.com/TimothyStiles/poly/releases/tag/v0.26.0
11+ - Fixed bug that produced wrong overhang in linear, non-directional, single cut reactions. #408
You can’t perform that action at this time.
0 commit comments