From 1ae4f6156e24c55883bf6fa23cc7ec97ac67f090 Mon Sep 17 00:00:00 2001 From: Joe Greener Date: Fri, 23 Aug 2024 14:59:21 +0100 Subject: [PATCH] update news, bump version --- NEWS.md | 4 ++++ README.md | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 4ae366a..9fdc614 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # Progres release notes +## v0.2.6 - Aug 2024 + +- Python packaging issues are fixed. + ## v0.2.5 - Aug 2024 - Structures can now be split into domains with Chainsaw before searching, with each domain searched separately. This makes Progres suitable for use with multi-domain structures. diff --git a/README.md b/README.md index 63f59bf..b944eb7 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ progres search -q query.pdb -t scope95 # DOMAIN_NUM: 1 # DOMAIN_SIZE: 150 residues (1-150) # DATABASE: scope95 -# PARAMETERS: minsimilarity 0.8, maxhits 100, chainsaw no, faiss no, progres v0.2.5 +# PARAMETERS: minsimilarity 0.8, maxhits 100, chainsaw no, faiss no, progres v0.2.6 # HIT_N DOMAIN HIT_NRES SIMILARITY NOTES 1 d1a6ja_ 150 1.0000 d.112.1.1 - Nitrogen regulatory bacterial protein IIa-ntr {Escherichia coli [TaxId: 562]} 2 d2a0ja_ 146 0.9988 d.112.1.0 - automated matches {Neisseria meningitidis [TaxId: 122586]} diff --git a/setup.py b/setup.py index 7e28a7d..8fd81a9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="progres", - version="0.2.5", + version="0.2.6", author="Joe G Greener", author_email="jgreener@mrc-lmb.cam.ac.uk", description="Fast protein structure searching using structure graph embeddings",