Releases: hhandika/segul
Releases · hhandika/segul
v0.22.1
v0.22.0
New Features
- Filter sequences based on gaps or sequence length.
- Add a proportion of missing data parameter to the alignment filtering.
API Breaking Changes
- Rename classes and methods to improve clarity and consistency.
- Remove unnecessary mutability for conversion modules.
- Partition conversion moved to align module.
- Output directory and output format arguments for extraction are now required in the new instance of the extraction struct.
v0.21.3
Fix ARM CI issues.
v0.21.2
Add arm support for windows and linux.
v0.21.1
Update changelog.
v0.21.0
- Instead of in the log file, alignment summary is now in a separate output file with
alignment-summary
suffix. - Read summary with
complete
option now writes per read position results to compressed zip file. - Prefix option for read, contig summary, and ID extraction.
- CSV headers now use snake_case and more consistent across all features that output CSV.
v0.20.2
Fix missing build commands.
v0.20.1
Fix musl errors ci.
v0.20.0
ID parsing result is now in a directory consistent with other subcommands.
v0.19.2
Bump version number.