Releases: ctlab/metafast
Releases · ctlab/metafast
Release 1.5.0
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
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
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
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
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
Support pipeline for extracting unique features to compare groups of metagenomic samples
Release 0.1.4
Support heatmap output in svg format
Release 0.1.3
Metagenomes of different sizes supported;
Minor bug fixes.
Release 0.1.2
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
Improvements in exception handling