Releases: immcantation/presto
Releases · immcantation/presto
Version 0.7.4: March 10, 2025
Release Notes
BuildConsensus:
- Updated the breaking of ties to be deterministic. The unordered dictionary in
Python 3.6 and earlier versions caused the determination of the consensus
sequence to be non-deterministic. This issue has been resolved by ordering
the dictionary.
Full Changelog: 0.7.3...0.7.4
Version 0.7.3: March 6, 2025
Release Notes
MaskPrimers:
- Added the
--barcodelen
argument for setting the length of the barcode
sequence. If not specified, the barcode sequence is the full sequence
preceding the primer.
SplitSeq:
- Fixed a bug that caused SplitSeq to exit when the maximum number of sequences
was not set.
CollapseSeq:
- Performance improvements.
What's Changed
- Bugfix in SplitSeq.py by @vladimirvig in #95
- Add barcode length parameter for MaskPrimers by @ggabernet in #94
- try adding CLI tests by @ggabernet in #98
- improved performance using multiple uniq_dicts by @robertbjornson in #100
New Contributors
- @vladimirvig made their first contribution in #95
- @ggabernet made their first contribution in #94
- @robertbjornson made their first contribution in #100
Full Changelog: 0.7.2...0.7.3