Skip to content

Releases: OndrejSladky/fmsi

v0.4.0

22 Jan 11:12
Compare
Choose a tag to compare
  • FMSI is able to perform dictionary queries, i.e. to return for present k-mers a hash value between 0 and |K|-1 (subcommand hash)
  • FMSI has simplified CLI
    • The parameter for path is now positional
    • Removed some paramaters which were not necessary
    • Query streaming is by default disabled and can be turned on
  • The output of FMSI is now more detailed giving information not only about the percentage of found k-mers, but printing a presence bitmap for each k-mer

Due to the changes in CLI and output, this introduces breaking changes compared to v0.3.x

v0.3.1

30 Oct 19:36
63d7e11
Compare
Choose a tag to compare
  • More clearer command line help messages
  • More clearer error messages
  • FMSI correctly fails if parameters are provided incorrectly

v0.3.0

22 Oct 19:08
Compare
Choose a tag to compare
  • Query time improvements, including support for faster streaming queries
  • Improved query robustness, including acceptance of FASTA files, ability to process other than single k-mers and skipping invalid k-mers

Due to the simplifications in interface and especially how query files are handles, this introduces breaking changes compared to 0.2.x

v0.2.4

10 Oct 15:08
Compare
Choose a tag to compare

Improved compilation flags.

v0.2.3

08 Oct 16:52
ad76caa
Compare
Choose a tag to compare

Included dependent repositories as copies to allow deployment on Bioconda.

v0.2.2

07 Jul 17:13
Compare
Choose a tag to compare
  • Fixed an off by one error with dollar sign position which caused a few k-mers to be incorrectly treated as not represented.
  • Support for interactive use.

v0.2.1

29 May 15:05
Compare
Choose a tag to compare

Simplified user interaction with FMSI.

v0.2

05 May 13:50
Compare
Choose a tag to compare

Time performance enhancements.

v0.1

29 Feb 12:08
Compare
Choose a tag to compare

Initial experimental SDSL-based implementation of FMSI.