Skip to content

Commit 2bef0fb

Browse files
committed
update news, bump version
1 parent 22c9f2c commit 2bef0fb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Progres release notes
22

3+
## v1.1.0 - Jan 2026
4+
5+
- The Big Fantastic Virus Database (BFVD) is made available to search against.
6+
- The embedding mode for generating databases to search against can now split structures into domains with Chainsaw.
7+
38
## v1.0.0 - Apr 2025
49

510
Stable version of Progres to accompany the published paper (https://academic.oup.com/bioinformaticsadvances/article/5/1/vbaf042/8107707).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ progres search -q query.pdb -t scope95
5454
# DOMAIN_NUM: 1
5555
# DOMAIN_SIZE: 150 residues (1-150)
5656
# DATABASE: scope95
57-
# PARAMETERS: minsimilarity 0.8, maxhits 100, chainsaw no, faiss no, progres v1.0.0
57+
# PARAMETERS: minsimilarity 0.8, maxhits 100, chainsaw no, faiss no, progres v1.1.0
5858
# HIT_N DOMAIN HIT_NRES SIMILARITY NOTES
5959
1 d1a6ja_ 150 1.0000 d.112.1.1 - Nitrogen regulatory bacterial protein IIa-ntr {Escherichia coli [TaxId: 562]}
6060
2 d2a0ja_ 146 0.9988 d.112.1.0 - automated matches {Neisseria meningitidis [TaxId: 122586]}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="progres",
8-
version="1.0.0",
8+
version="1.1.0",
99
author="Joe G Greener",
1010
author_email="jgreener@mrc-lmb.cam.ac.uk",
1111
description="Fast protein structure searching using structure graph embeddings",

0 commit comments

Comments
 (0)