Skip to content

Commit

Permalink
Update to c-core v0.19.0 and version 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Feb 19, 2024
1 parent 9d5c970 commit 52d8eff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python-core/build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Ext:
Ext(
"EBI-Metagenomics",
"deciphon",
"c-core-v0.18.2",
"c-core-v0.19.0",
"./c-core",
CMAKE_OPTS + CPM_OPTS,
),
Expand Down
2 changes: 1 addition & 1 deletion python-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deciphon-core"
version = "0.21.12"
version = "0.22.0"
description = "Python wrapper around the Deciphon C library"
authors = ["Danilo Horta <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion python-core/tests/test_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_scan(tmp_path, files_path: Path):

shutil.unpack_archive(snapfile.path, format="zip")
products = snapfile.basename / "products.tsv"
assert checksum(products)[:8] == "4e776e57"
assert checksum(products)[:8] == "1609c14c"


sequences = [
Expand Down

0 comments on commit 52d8eff

Please sign in to comment.