Skip to content

Releases: jermp/fulgor

Release v4.2.0

21 Apr 20:33

Choose a tag to compare

Release v4.2.0 Pre-release
Pre-release

Full Changelog: v4.1.0...v4.2.0

Full Changelog: v4.1.0...v4.2.0

Version 4.1.0

30 Mar 11:52

Choose a tag to compare

What's Changed

New Contributors


All indexes created with v4.0.0 should work normally on this release


Full Changelog: v4.0.0...v4.1.0

Version 4.0.0

14 Jul 12:39

Choose a tag to compare

This new release of Fulgor features the faster pseudoalignment algorithms described in the paper Fast pseudoalignment queries on compressed colored de Bruijn graphs, WABI 2025.

Also, the construction of the indexes is much faster compared to the previous release.

Version 3.0.0

14 Jul 09:23

Choose a tag to compare

This new release of Fulgor introduces the differential-meta-colored index, as described in the paper Where the patters are: repetition-aware compression for colored de Bruijn graphs, JCB 2024.

Version 2.0.0

02 Nov 06:49

Choose a tag to compare

  • This new release of Fulgor features the meta/partial colors optimization, as described in the paper "Meta-colored compacted de Bruijn graphs" (RECOMB 2024) which can enable significantly better compression effectiveness.

  • Fixed a niche corner case in next_geq.

Version 1.0.0

19 May 13:22

Choose a tag to compare

First release of Fulgor. The index is described in the paper "Fulgor: A fast and compact k-mer index for large-scale matching and color queries" (ALMOB 2024).