8000 Releases · immcantation/presto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: immcantation/presto

Version 0.7.4: March 10, 2025

10 Mar 15:26
Compare
Choose a tag to compare

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

06 Mar 11:20
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 0.7.2...0.7.3

0