Skip to content

Releases: yangao07/abPOA

abPOA-v1.5.5

10 Oct 21:05

Choose a tag to compare

  • Allow >2 consensus sequences (#73) (may be buggy)
  • Fix a bug regarding cluster read IDs (#85)

abPOA-v1.5.4

30 Apr 17:02

Choose a tag to compare

  • Add SIMD dispatch
  • More robust 2-consensus mode (used in longcallD)
  • Fix pyabpoa installation error in python 3.13 (#81)

abPOA-v1.5.3

18 Sep 19:35

Choose a tag to compare

  • Fix a score matrix bug in pyabpoa
  • Add consensus mode for pyabpoa: most frequent base at each pos

abPOA-v1.5.2

17 Jul 20:35

Choose a tag to compare

  • Fix a backtrack bug in seeding mode (#66)
  • Add consensus mode: most frequent base at each pos (-a1)

abPOA-v1.5.1

16 Jan 01:56

Choose a tag to compare

  • Fix a memory allocation bug in v1.5.0 (caused by int overflow when memory is >4G)

abPOA-v1.4.3

19 Dec 00:23

Choose a tag to compare

  • Fix pyabpoa installation on macos
  • pip install also works now

abPOA-v1.4.2

13 Dec 04:12

Choose a tag to compare

Fix an installation bug

abPOA-v1.4.1

09 Jun 15:53

Choose a tag to compare

  • Take quality score in FASTQ format file as weight (-Q)

abPOA-v1.4.0

15 Mar 04:01

Choose a tag to compare

abPOA-v1.4.0 Pre-release
Pre-release
  • Allow to generate multiple consensus sequences from graph alignment (-d)
  • Output sequence name by default in MSA format, remove -A/--msa-header

abPOA-v1.3.0

12 Jan 07:37

Choose a tag to compare

  • Use SIMDE to handle SIMD instructions
  • Set seeding as disabled by default, -S/--seeding to enable seeding, remove -N/--no-seeding
  • Set min. size of POA windows as 500 in seeding mode
  • Add -c/--amio-acid to align amino acid input sequences
  • Add is_aa parameter in pyabpoa to align amino acid input sequences
  • Fix CMakeLists.txt