Skip to content

Commit 4a20cf8

Browse files
committed
feat: reduce 4.15
1 parent a4e553d commit 4a20cf8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build_and_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
reduce-release-tag:
66
description: Reduce tag to build
77
required: true
8-
default: v4.14
8+
default: v4.15
99
version-tag:
1010
description: Python package version to release to PyPI (without 'v')
1111
required: true
12-
default: 4.14.0.2
12+
default: 4.15.0
1313
dry-run:
1414
description: Dry run
1515
type: boolean
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
matrix:
8888
python-version: ['3.10', '3.11', '3.12', '3.13']
89-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
89+
os: [ubuntu-22.04, ubuntu-24.04]
9090
target: [manylinux_2_17_x86_64.manylinux2014_x86_64]
9191
needs: [build-linux]
9292
steps:

tests/data/expected_outputs/protonate/2P1Q_B.pdb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
USER MOD reduce.4.14.230914 H: found=0, std=0, add=4519, rem=0, adj=145
2-
USER MOD reduce.4.14.230914 removed 0 hydrogens (0 hets)
1+
USER MOD reduce.4.15.250408 H: found=0, std=0, add=4519, rem=0, adj=145
2+
USER MOD reduce.4.15.250408 removed 0 hydrogens (0 hets)
33
USER MOD -----------------------------------------------------------------
44
USER MOD scores for adjustable sidechains, with "set" totals for H,N and Q
55
USER MOD "o" means original, "f" means flipped, "180deg" is methyl default

tests/data/expected_outputs/protonate/2P1Q_C.pdb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
USER MOD reduce.4.14.230914 H: found=0, std=0, add=118, rem=0, adj=3
2-
USER MOD reduce.4.14.230914 removed 0 hydrogens (0 hets)
1+
USER MOD reduce.4.15.250408 H: found=0, std=0, add=118, rem=0, adj=3
2+
USER MOD reduce.4.15.250408 removed 0 hydrogens (0 hets)
33
USER MOD -----------------------------------------------------------------
44
USER MOD scores for adjustable sidechains, with "set" totals for H,N and Q
55
USER MOD "o" means original, "f" means flipped, "180deg" is methyl default

0 commit comments

Comments
 (0)