Skip to content

Releases: ctlab/metafast

Release 1.5.0

29 Sep 13:57
Compare
Choose a tag to compare

New tools for feature extraction

  • Add stats-features pipeline for statistical-based feature extraction
  • Add comp2graph tool for graph components output in GFA format

Minor improvements

  • Fix paired-end support with only _R[1|2] and _r[1|2] suffixes
  • Early stop unique-kmers-multi tool, when no unique k-mers found
  • Bug fixes and readme update

Release 1.4.0

18 Feb 09:57
b3c2e62
Compare
Choose a tag to compare

New tools for feature extraction

  • Support chi-squared and Mann-Whitney statistical tests for k-mers extraction
  • Support tests for 3-groups and 2-groups (also many groups in 1 vs all manner)
  • Introduce structures for time- and memory-efficient computations of statistics

Introduce auto-build

  • Set-up GitHub Actions to build project on push
  • Propagate built artifacts into dependent repositories on changes

Minor improvements

  • Fix paired-end input reads support with "_[1|2]" suffixes
  • Amend info and debug output

Release 1.3.0

25 Aug 11:53
ca3daa3
Compare
Choose a tag to compare

New tools for feature extraction

  • Tool to extract features from colored de Bruijn graph revised and improved
  • First version of tool to extract group-specific k-mers using statistical tests

Release 1.2.0

03 Jun 15:04
Compare
Choose a tag to compare

New tools for feature extraction and maintenance

  • First version of tool to extract features from colored de Bruijn graph
  • Support auto-detection and correct processing of paired-end files in input
  • Support input parameters with float values
  • Bugfix samples color highlighting in dendrogram

Release 1.1.0

14 Feb 13:42
Compare
Choose a tag to compare

Improvements to feature extraction pipeline

  • Support numeric features counter based on pre-selected k-mers
  • Support 3-classes k-mers counter
  • Support input with IUPAC ambiguity nucleotide codes
  • Support samples color highlighting in dendrogram
  • Add CAMI Toy Human example

Release 1.0.0

26 Jul 15:29
Compare
Choose a tag to compare

Support pipeline for extracting unique features to compare groups of metagenomic samples

Release 0.1.4

08 Oct 20:54
Compare
Choose a tag to compare

Support heatmap output in svg format

Release 0.1.3

19 Jun 11:02
Compare
Choose a tag to compare

Metagenomes of different sizes supported;
Minor bug fixes.

Release 0.1.2

25 Mar 14:09
Compare
Choose a tag to compare

Bug with saving results in multithreaded mode was fixed;
A simple GUI was introduced to run MetaFast without using command line;
Several minor improvements.

Release 0.1.1

04 Aug 13:06
Compare
Choose a tag to compare

Improvements in exception handling