Skip to content

Releases: DominikBuchner/apscale

1.1.0 released

27 Jan 09:38

Choose a tag to compare

  • fixed memory leak. files are now written at runtime and compressed after so that the subprocess.PIPE does not grow too large
  • reduced default cores to 75% of maximum capacity of the machine
  • reduced clustering cores to 50% of the maximum capacity of the machine to prevent overheating issues

1.0.7 released

19 Jan 10:07

Choose a tag to compare

  • fixed a bug that apscale could not handle multiple combined sequencing runs in the clustering due to the fact that it tried to collect sample names from fasta headers. fixed by resetting the fasta headers in the dereplication module.

1.0.6 released

12 Jan 14:22

Choose a tag to compare

  • minor bugfix for denoising code

1.0.5 released

12 Jan 07:39

Choose a tag to compare

  • reduced the cores to use to 75 % of all possible cores in clustering / denoising to prevent overheating the CPU

1.0.3 released

10 Jan 13:48

Choose a tag to compare

  • first release of apscale