Skip to content

Autocycler v0.3.0

Choose a tag to compare

@rrwick rrwick released this 04 Apr 02:10
· 99 commits to main since this release

This release contains:

  • A new gfa2fasta command for converting Autocycler graphs to FASTA format.
  • A fix for compatibility with BandageNG (see #17).
  • Changed terminology for linear sequences: 'open' instead of 'blunt' for non-hairpin ends. This is because 'blunt' might imply a lack of overhang, which is not necessarily true, so 'open' is a more general term.

Tarballs of pre-built executable binaries are attached:

  • Linux:
    • autocycler-linux-x86_64-musl-v0.3.0.tar.gz: x86-64 processors, musl C standard library
    • autocycler-linux-x86_64-gnu-v0.3.0.tar.gz: x86-64 processors, glibc C standard library
    • I recommend trying the musl version first, as it's more portable. However, if you encounter a memory allocation crash, then try the gnu version.
  • Macs:
    • autocycler-macos-x86_64-v0.3.0.tar.gz: x86-64 Intel processors
    • autocycler-macos-aarch64-v0.3.0.tar.gz: Apple silicon processors

There are also some tarballs with cross-platform supporting files:

The Autocycler demo data has not changed, so it can be downloaded from the v0.1.0 release.