pyjess 0.7.0a4__tar.gz → 0.7.0a5__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.0a4 → pyjess-0.7.0a5}/CHANGELOG.md +8 -1
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/PKG-INFO +1 -1
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/TessAtom.c.patch +12 -2
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/pyproject.toml +1 -1
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/.github/workflows/package.yml +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/.github/workflows/requirements.txt +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/.github/workflows/test.yml +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/.gitignore +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/.gitmodules +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/.readthedocs.yaml +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/CMakeLists.txt +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/CONTRIBUTING.md +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/COPYING +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/README.md +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/.gitignore +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/Makefile +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/_static/css/main.css +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/_static/js/custom-icon.js +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/_static/json/switcher.json +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/api/index.rst +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/api/jess.rst +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/api/molecule.rst +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/api/template.rst +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/conf.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/guide/changes.md +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/guide/contributing.md +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/guide/copyright.rst +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/guide/index.rst +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/guide/install.rst +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/guide/optimizations.rst +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/index.rst +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/make.bat +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/docs/requirements.txt +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/__init__.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/annulus.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/atom.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/candidate_set.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/jess.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/join.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/kdtree.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/molecule.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/region.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/res_index.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/scanner.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/super.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/template.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/tess_atom.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/include/jess/tess_template.pxd +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Annulus.c.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Annulus.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Atom.c.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Atom.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Box.c.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Box.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/CMakeLists.txt.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/CandidateSet.c.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/CandidateSet.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Jess.c.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Jess.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Join.c.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Join.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/KdTree.c.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/KdTree.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Main.c.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Molecule.c.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Molecule.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/ResIndex.c.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/ResIndex.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Scanner.c.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Scanner.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Super.c.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/Template.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/TessAtom.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/TessTemplate.c.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/TessTemplate.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/patches/qselect.h.patch +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/pkg/aur/PKGBUILD.in +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/CMakeLists.txt +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/jess/CMakeLists.txt +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/.gitignore +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/CMakeLists.txt +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/__init__.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/_jess.pyi +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/_jess.pyx +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/py.typed +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/__init__.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/data/1.3.3.tpl +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/data/1AMY+1.3.3.txt +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/data/1AMY.cif +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/data/1AMY.pdb +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/data/1sur.qry +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/data/4.1.2.tpl +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/data/5ayx.EF.pdb +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/data/__init__.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/data/pdb1lnb.pdb +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/data/template_01.qry +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/data/template_02.qry +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/test_atom.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/test_hit.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/test_jess.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/test_molecule.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/test_template.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/test_template_atom.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/pyjess/tests/utils.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/scripts/apply_patch.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/scripts/cmake/CythonExtension.cmake +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/scripts/cmake/pystate_patch.h +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/src/scripts/generate_patches.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/.gitignore +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/README.md +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/examples/template_01.qry +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/examples/template_02.qry +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/examples/test_pdbs/pdb1lnb.ent +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/filter_output.py +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Annulus.c +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Annulus.h +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Atom.c +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Atom.h +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Jess.c +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Jess.h +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Join.c +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Join.h +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/KdTree.c +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/KdTree.h +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Main.c +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Molecule.c +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Molecule.h +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Region.c +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Region.h +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Scanner.c +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Scanner.h +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Super.c +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Super.h +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/Template.h +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/TessAtom.c +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/TessAtom.h +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/TessTemplate.c +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/vendor/jess/src/TessTemplate.h +0 -0
- {pyjess-0.7.0a4 → pyjess-0.7.0a5}/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.5...HEAD
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
## [v0.7.0-alpha.5] - 2025-09-03
|
|
13
|
+
[v0.7.0-alpha.5]: https://github.com/althonos/pyjess/compare/v0.7.0-alpha.5...v0.7.0-alpha.5
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- Issue with new residue support introduced in `v0.7.0-alpha.4`.
|
|
10
17
|
|
|
11
18
|
|
|
12
19
|
## [v0.7.0-alpha.4] - 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.0a5
|
|
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,5 +1,5 @@
|
|
|
1
1
|
diff --git a/src/TessAtom.c b/src/TessAtom.c
|
|
2
|
-
index e1cce1a..
|
|
2
|
+
index e1cce1a..3f06daa 100644
|
|
3
3
|
--- a/src/TessAtom.c
|
|
4
4
|
+++ b/src/TessAtom.c
|
|
5
5
|
@@ -7,40 +7,13 @@
|
|
@@ -54,7 +54,7 @@ index e1cce1a..eecf682 100644
|
|
|
54
54
|
{
|
|
55
55
|
{ 'A',"ALA" },
|
|
56
56
|
{ 'C',"CYS" },
|
|
57
|
-
@@ -66,
|
|
57
|
+
@@ -66,18 +39,20 @@ static const char *TessAtom_convertResidue(char p)
|
|
58
58
|
{ 'M',"MET" },
|
|
59
59
|
{ 'N',"ASN" },
|
|
60
60
|
{ 'P',"PRO" },
|
|
@@ -67,6 +67,16 @@ index e1cce1a..eecf682 100644
|
|
|
67
67
|
{ 'V',"VAL" },
|
|
68
68
|
{ 'W',"TRP" },
|
|
69
69
|
{ 'Y',"TYR" },
|
|
70
|
+
{ 'X',"XXX" }
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
- for(k=0; k<21 && p!=table[k].one; k++);
|
|
74
|
+
- return k<21 ? table[k].three:NULL;
|
|
75
|
+
+ for(k=0; k<23 && p!=table[k].one; k++);
|
|
76
|
+
+ return k<23 ? table[k].three:NULL;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
TessAtom *TessAtom_create(const char *s)
|
|
70
80
|
@@ -91,7 +66,7 @@ TessAtom *TessAtom_create(const char *s)
|
|
71
81
|
int rq;
|
|
72
82
|
const char *q;
|
|
@@ -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.5"
|
|
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
|
|
File without changes
|