Skip to content

Releases: ekg/seqwish

v0.7.10

07 Apr 20:25
Compare
Choose a tag to compare

Buildable Source Tarball: seqwish-v0.7.10.tar.gz

What's Changed

Full Changelog: v0.7.9...v0.7.10

seqwish 0.7.9 - Versione

19 Apr 15:23
Compare
Choose a tag to compare

Buildable Source Tarball: seqwish-v0.7.9.tar.gz

This fixes the versioning #110 by @AndreaGuarracino

seqwish 0.7.8 - Bisperanza

17 Dec 19:44
f362f6f
Compare
Choose a tag to compare

Buildable Source Tarball: seqwish-v0.7.8.tar.gz

Minor changes. This release is used to update the conda release.

This:

seqwish 0.7.7 - Speranza

08 Nov 16:42
Compare
Choose a tag to compare

Buildable Source Tarball: seqwish-v0.7.7.tar.gz

This:

seqwish 0.7.6 - Temporaneo

08 Jul 10:38
Compare
Choose a tag to compare

Buildable Source Tarball: seqwish-v0.7.6.tar.gz

This introduces temporary directory management and little cleaning (#96).

seqwish 0.7.5 - Pasticcione

13 Apr 16:42
Compare
Choose a tag to compare

Buildable Source Tarball: seqwish-v0.7.5.tar.gz

This introduces:

  • updates in how seqwish is compiled/built to ensure greater inter-system compatibility;
  • world min-hash sparsification for input matches.

seqwish 0.7.4 - Rifinitura

28 Mar 12:53
Compare
Choose a tag to compare

Buildable Source Tarball: seqwish-v0.7.4.tar.gz

This fixes a bug in the versioning and updates the args dependency.

seqwish 0.7.3 - Veloce

09 Dec 20:10
Compare
Choose a tag to compare

Buildable Source Tarball: seqwish-v0.7.3.tar.gz

  • This parallelizes the two steps that had become the bottlenecks of the whole process, resulting in a runtime improvement of ~30/40% (#88).
  • The version of the tool can be displayed with seqwish --version (#89)

seqwish 0.7.2 - Diffidenza

08 Sep 14:05
63fb48b
Compare
Choose a tag to compare

Buildable Source Tarball: seqwish-v0.7.2.tar.gz

  • seqwish checks that the input PAF lines are valid (#79).

seqwish 0.7.1 - Sicurezza

16 Jul 07:45
d29ea57
Compare
Choose a tag to compare

Buildable Source Tarball: seqwish-v0.7.1.tar.gz

  • This fixes segmentation faults due to empty input PAF files (#74) or empty sequences in input FASTA files (#76).
  • The mmmap_allocator dependency was removed (#76).
  • seqwish became a bit safer, distrusting CIGAR mismatch characters (#77), thus checking the input sequences.
  • Jemalloc is used (#78) as a new memory allocator to tackle memory fragmentation and support scalable concurrency.
  • seqwish doesn't close through Ns, not collapsing them anymore (#80).