Skip to content

Commit

Permalink
Faster align step (lz-ani submodule updated).
Browse files Browse the repository at this point in the history
  • Loading branch information
agudys committed Oct 11, 2024
1 parent 299f446 commit b79a6f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rd_party/lz-ani
Submodule lz-ani updated 3 files
+2 −2 src/defs.h
+15 −3 src/parser.h
+51 −15 src/seq_reservoir.h
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="./images/logo.svg" alt="Vclust logo" /> Vclust

![version](https://img.shields.io/badge/version-1.2.4-blue.svg)
![version](https://img.shields.io/badge/version-1.2.5-blue.svg)
[![GitHub downloads](https://img.shields.io/github/downloads/refresh-bio/vclust/total.svg?style=flag&label=GitHub%20downloads)](https://github.com/refresh-bio/vclust/releases)
[![GitHub Actions CI](../../workflows/GitHub%20Actions%20CI/badge.svg)](../../actions/workflows/main.yml)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
Expand Down
2 changes: 1 addition & 1 deletion vclust.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import typing
import uuid

__version__ = '1.2.4'
__version__ = '1.2.5'

DEFAULT_THREAD_COUNT = min(multiprocessing.cpu_count(), 64)

Expand Down

0 comments on commit b79a6f1

Please sign in to comment.