Skip to content

Releases: hhandika/segul

v0.23.2

Choose a tag to compare

@github-actions github-actions released this 30 Jan 22:34

Check details of this release at CHANGELOG.md

v0.23.1

Choose a tag to compare

@github-actions github-actions released this 30 Jan 22:29
Move import.

v0.23.0

Choose a tag to compare

@github-actions github-actions released this 30 Jan 21:53
Clean new feature text.

v0.22.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 19:57

Fix issue sequence filtering required alignment files.

v0.22.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 01:21

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

Choose a tag to compare

@github-actions github-actions released this 14 May 20:34
Fix ARM CI issues.

v0.21.2

Choose a tag to compare

@github-actions github-actions released this 14 May 20:21
Add arm support for windows and linux.

v0.21.1

Choose a tag to compare

@github-actions github-actions released this 06 May 20:27
Update changelog.

v0.21.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 18:57
  1. Instead of in the log file, alignment summary is now in a separate output file with alignment-summary suffix.
  2. Read summary with complete option now writes per read position results to compressed zip file.
  3. Prefix option for read, contig summary, and ID extraction.
  4. CSV headers now use snake_case and more consistent across all features that output CSV.

v0.20.2

Choose a tag to compare

@github-actions github-actions released this 05 Feb 15:56
Fix missing build commands.