pyjess 0.7.0a3__tar.gz → 0.7.0a4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pyjess might be problematic. Click here for more details.
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/CHANGELOG.md +8 -1
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/PKG-INFO +1 -1
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Box.h.patch +2 -9
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/TessAtom.c.patch +31 -9
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/pyproject.toml +1 -1
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/.github/workflows/package.yml +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/.github/workflows/requirements.txt +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/.github/workflows/test.yml +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/.gitignore +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/.gitmodules +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/.readthedocs.yaml +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/CMakeLists.txt +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/CONTRIBUTING.md +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/COPYING +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/README.md +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/.gitignore +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/Makefile +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/_static/css/main.css +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/_static/js/custom-icon.js +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/_static/json/switcher.json +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/api/index.rst +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/api/jess.rst +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/api/molecule.rst +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/api/template.rst +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/conf.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/guide/changes.md +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/guide/contributing.md +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/guide/copyright.rst +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/guide/index.rst +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/guide/install.rst +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/guide/optimizations.rst +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/index.rst +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/make.bat +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/docs/requirements.txt +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/__init__.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/annulus.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/atom.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/candidate_set.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/jess.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/join.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/kdtree.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/molecule.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/region.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/res_index.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/scanner.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/super.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/template.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/tess_atom.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/include/jess/tess_template.pxd +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Annulus.c.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Annulus.h.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Atom.c.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Atom.h.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Box.c.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/CMakeLists.txt.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/CandidateSet.c.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/CandidateSet.h.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Jess.c.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Jess.h.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Join.c.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Join.h.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/KdTree.c.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/KdTree.h.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Main.c.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Molecule.c.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Molecule.h.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/ResIndex.c.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/ResIndex.h.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Scanner.c.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Scanner.h.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Super.c.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/Template.h.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/TessAtom.h.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/TessTemplate.c.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/TessTemplate.h.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/patches/qselect.h.patch +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/pkg/aur/PKGBUILD.in +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/CMakeLists.txt +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/jess/CMakeLists.txt +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/.gitignore +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/CMakeLists.txt +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/__init__.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/_jess.pyi +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/_jess.pyx +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/py.typed +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/__init__.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/1.3.3.tpl +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/1AMY+1.3.3.txt +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/1AMY.cif +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/1AMY.pdb +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/1sur.qry +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/4.1.2.tpl +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/5ayx.EF.pdb +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/__init__.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/pdb1lnb.pdb +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/template_01.qry +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/data/template_02.qry +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/test_atom.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/test_hit.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/test_jess.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/test_molecule.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/test_template.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/test_template_atom.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/pyjess/tests/utils.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/scripts/apply_patch.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/scripts/cmake/CythonExtension.cmake +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/scripts/cmake/pystate_patch.h +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/src/scripts/generate_patches.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/.gitignore +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/README.md +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/examples/template_01.qry +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/examples/template_02.qry +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/examples/test_pdbs/pdb1lnb.ent +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/filter_output.py +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Annulus.c +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Annulus.h +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Atom.c +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Atom.h +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Jess.c +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Jess.h +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Join.c +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Join.h +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/KdTree.c +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/KdTree.h +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Main.c +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Molecule.c +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Molecule.h +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Region.c +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Region.h +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Scanner.c +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Scanner.h +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Super.c +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Super.h +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/Template.h +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/TessAtom.c +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/TessAtom.h +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/TessTemplate.c +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/TessTemplate.h +0 -0
- {pyjess-0.7.0a3 → pyjess-0.7.0a4}/vendor/jess/src/jess +0 -0
|
@@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
|
-
[Unreleased]: https://github.com/althonos/pyjess/compare/v0.7.0-alpha.
|
|
9
|
+
[Unreleased]: https://github.com/althonos/pyjess/compare/v0.7.0-alpha.4...HEAD
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## [v0.7.0-alpha.4] - 2025-09-03
|
|
13
|
+
[v0.7.0-alpha.4]: https://github.com/althonos/pyjess/compare/v0.7.0-alpha.3...v0.7.0-alpha.4
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
- Support for [Selenocysteine](https://en.wikipedia.org/wiki/Selenocysteine) and [Pyrrolysine](https://en.wikipedia.org/wiki/Pyrrolysine) residues in `TemplateAtom`.
|
|
10
17
|
|
|
11
18
|
|
|
12
19
|
## [v0.7.0-alpha.3] - 2025-09-03
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: pyjess
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.0a4
|
|
4
4
|
Summary: Cython bindings and Python interface to JESS, a 3D template matching software.
|
|
5
5
|
Keywords: bioinformatics,structure,template,matching
|
|
6
6
|
Author-Email: Martin Larralde <martin.larralde@embl.de>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
diff --git a/src/Box.h b/src/Box.h
|
|
2
2
|
new file mode 100644
|
|
3
|
-
index 0000000..
|
|
3
|
+
index 0000000..9d8693b
|
|
4
4
|
--- /dev/null
|
|
5
5
|
+++ b/src/Box.h
|
|
6
|
-
@@ -0,0 +1,
|
|
6
|
+
@@ -0,0 +1,80 @@
|
|
7
7
|
+// ==================================================================
|
|
8
8
|
+// Box.h
|
|
9
9
|
+// Copyright (c) Martin Larralde, 2025
|
|
@@ -46,13 +46,6 @@ index 0000000..ca8384d
|
|
|
46
46
|
+extern void Box_free(Box*);
|
|
47
47
|
+
|
|
48
48
|
+// ==================================================================
|
|
49
|
-
+// Local "functions"
|
|
50
|
-
+// ==================================================================
|
|
51
|
-
+
|
|
52
|
-
+#define min(x,y) (x<y ? x:y)
|
|
53
|
-
+#define max(x,y) (x>y ? x:y)
|
|
54
|
-
+
|
|
55
|
-
+// ==================================================================
|
|
56
49
|
+// Oracles
|
|
57
50
|
+// ==================================================================
|
|
58
51
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
diff --git a/src/TessAtom.c b/src/TessAtom.c
|
|
2
|
-
index e1cce1a..
|
|
2
|
+
index e1cce1a..eecf682 100644
|
|
3
3
|
--- a/src/TessAtom.c
|
|
4
4
|
+++ b/src/TessAtom.c
|
|
5
5
|
@@ -7,40 +7,13 @@
|
|
@@ -45,7 +45,29 @@ index e1cce1a..9ba021e 100644
|
|
|
45
45
|
// ==================================================================
|
|
46
46
|
// Methods of type TessAtom (ARGGH!!!)
|
|
47
47
|
// ==================================================================
|
|
48
|
-
@@ -
|
|
48
|
+
@@ -51,7 +24,7 @@ static const char *TessAtom_convertResidue(char p)
|
|
49
|
+
|
|
50
|
+
int k;
|
|
51
|
+
struct _dummy {char one; const char *three; };
|
|
52
|
+
- static const struct _dummy table[21] =
|
|
53
|
+
+ static const struct _dummy table[23] =
|
|
54
|
+
{
|
|
55
|
+
{ 'A',"ALA" },
|
|
56
|
+
{ 'C',"CYS" },
|
|
57
|
+
@@ -66,10 +39,12 @@ static const char *TessAtom_convertResidue(char p)
|
|
58
|
+
{ 'M',"MET" },
|
|
59
|
+
{ 'N',"ASN" },
|
|
60
|
+
{ 'P',"PRO" },
|
|
61
|
+
+ { 'O',"PYL" },
|
|
62
|
+
{ 'Q',"GLN" },
|
|
63
|
+
{ 'R',"ARG" },
|
|
64
|
+
{ 'S',"SER" },
|
|
65
|
+
{ 'T',"THR" },
|
|
66
|
+
+ { 'U',"SEC" },
|
|
67
|
+
{ 'V',"VAL" },
|
|
68
|
+
{ 'W',"TRP" },
|
|
69
|
+
{ 'Y',"TYR" },
|
|
70
|
+
@@ -91,7 +66,7 @@ TessAtom *TessAtom_create(const char *s)
|
|
49
71
|
int rq;
|
|
50
72
|
const char *q;
|
|
51
73
|
const char *tmp;
|
|
@@ -54,7 +76,7 @@ index e1cce1a..9ba021e 100644
|
|
|
54
76
|
|
|
55
77
|
|
|
56
78
|
// 0. Parse the record as a standard PDB atom. We must
|
|
57
|
-
@@ -157,8 +
|
|
79
|
+
@@ -157,8 +132,8 @@ TessAtom *TessAtom_create(const char *s)
|
|
58
80
|
// Set up all the pointers to the
|
|
59
81
|
// residue name and atom name fields
|
|
60
82
|
|
|
@@ -65,7 +87,7 @@ index e1cce1a..9ba021e 100644
|
|
|
65
87
|
p+=sizeof(char*)*ac;
|
|
66
88
|
for(m=0; m<ac; m++)
|
|
67
89
|
{
|
|
68
|
-
@@ -166,7 +
|
|
90
|
+
@@ -166,7 +141,7 @@ TessAtom *TessAtom_create(const char *s)
|
|
69
91
|
p+=5;
|
|
70
92
|
}
|
|
71
93
|
|
|
@@ -74,7 +96,7 @@ index e1cce1a..9ba021e 100644
|
|
|
74
96
|
p+=sizeof(char*)*rc;
|
|
75
97
|
for(m=0; m<rc; m++)
|
|
76
98
|
{
|
|
77
|
-
@@ -259,41 +
|
|
99
|
+
@@ -259,41 +234,7 @@ TessAtom *TessAtom_create(const char *s)
|
|
78
100
|
}
|
|
79
101
|
|
|
80
102
|
//Riziotis edit
|
|
@@ -116,7 +138,7 @@ index e1cce1a..9ba021e 100644
|
|
|
116
138
|
static int TessAtom_isCarbon(const Atom *A)
|
|
117
139
|
{
|
|
118
140
|
return A->name[0]=='_' && A->name[1]=='C' ? 1:0;
|
|
119
|
-
@@ -327,9 +
|
|
141
|
+
@@ -327,9 +268,9 @@ static int TessAtom_isInSamePosition(const TessAtom *T, const Atom *A)
|
|
120
142
|
|
|
121
143
|
static int TessAtom_isMainChain(const Atom *A)
|
|
122
144
|
{
|
|
@@ -129,7 +151,7 @@ index e1cce1a..9ba021e 100644
|
|
|
129
151
|
|
|
130
152
|
return 0;
|
|
131
153
|
}
|
|
132
|
-
@@ -340,7 +
|
|
154
|
+
@@ -340,7 +281,7 @@ static int TessAtom_matchName(const TessAtom *T, const Atom *A)
|
|
133
155
|
|
|
134
156
|
for(k=0; k<T->nameCount; k++)
|
|
135
157
|
{
|
|
@@ -138,7 +160,7 @@ index e1cce1a..9ba021e 100644
|
|
|
138
160
|
}
|
|
139
161
|
|
|
140
162
|
return 0;
|
|
141
|
-
@@ -352,7 +
|
|
163
|
+
@@ -352,7 +293,7 @@ static int TessAtom_matchResName(const TessAtom *T, const Atom *A)
|
|
142
164
|
|
|
143
165
|
for(k=0; k<T->resNameCount; k++)
|
|
144
166
|
{
|
|
@@ -147,7 +169,7 @@ index e1cce1a..9ba021e 100644
|
|
|
147
169
|
}
|
|
148
170
|
|
|
149
171
|
return 0;
|
|
150
|
-
@@ -507,5 +
|
|
172
|
+
@@ -507,5 +448,65 @@ int TessAtom_match(const TessAtom *T, const Atom *A)
|
|
151
173
|
}
|
|
152
174
|
}
|
|
153
175
|
|
|
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "pyjess"
|
|
7
|
-
version = "0.7.0-alpha.
|
|
7
|
+
version = "0.7.0-alpha.4"
|
|
8
8
|
description = "Cython bindings and Python interface to JESS, a 3D template matching software."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.7"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|