Skip to content

Commit db0ee78

Browse files
Merge pull request #1550 from haddocking/rmds-filt-mod
add `caprifilter` and move shared with `caprieval` functions to `libcapri.py`
2 parents e2b0450 + 9885a57 commit db0ee78

16 files changed

Lines changed: 2981 additions & 2803 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
2+
- 2026-06-30: Added caprifilter module, moved shared capri calculation to libcapri - Issue #1550
33
- 2026-06-29: Fixed the cgtoaa reading to cg-to-aa restraints - Issue #1592
44
- 2026-06-26: Corrected net charge for O1-methylated NAM - Issue #1586
55
- 2026-06-18: Added support for O1-methylated NAG - Issue #1579

integration_tests/conftest.py

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

33
import pytest
44

5-
from haddock.modules.analysis.caprieval.capri import load_contacts
5+
from haddock.libs.libcapri import load_contacts
66
from haddock.libs.libontology import PDBFile
77

88

0 commit comments

Comments
 (0)