Releases: PathoGenOmics-Lab/fstic
Releases · PathoGenOmics-Lab/fstic
Release list
First Release: Version 1.0.0 🎉
We are pleased to announce the first public release of fstic, a high-performance, Rust-based command-line tool for computing pairwise genetic distances from variant data.
This version provides a complete, production-ready implementation with multi-core parallelism and extensive filtering options.
✨ Key Features
- Multiple Distance Metrics: FST, GST, Jost’s D, Reynolds, Nei, Cavalli-Sforza chord, Rogers, and Bray-Curtis.
- Flexible Input: Accepts single-sample VCFs or pre-processed allele-frequency tables (.csv, .tsv, .tab), with support for file lists.
- Smart Filtering: Configurable thresholds for depth, allele frequency, and allele counts.
- Configurable Output: Optional normalization by number of loci (--normalize) and clear, N×N distance matrices.
- Optimized for Speed: Fully parallelized using all available CPU cores (customizable with --workers).
- Transparent Reporting: Live progress, ETA, and detailed logs of applied filters.
Full Changelog: https://github.com/PathoGenOmics-Lab/fstic/commits/v1.0.0