boltz-vsynthes 1.0.17__py3-none-any.whl → 1.0.19__py3-none-any.whl
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.
- boltz/data/parse/pdb.py +3 -4
- boltz/data/parse/pdb_download.py +4 -5
- boltz/data/parse/sdf.py +3 -4
- {boltz_vsynthes-1.0.17.dist-info → boltz_vsynthes-1.0.19.dist-info}/METADATA +1 -1
- {boltz_vsynthes-1.0.17.dist-info → boltz_vsynthes-1.0.19.dist-info}/RECORD +9 -9
- {boltz_vsynthes-1.0.17.dist-info → boltz_vsynthes-1.0.19.dist-info}/WHEEL +0 -0
- {boltz_vsynthes-1.0.17.dist-info → boltz_vsynthes-1.0.19.dist-info}/entry_points.txt +0 -0
- {boltz_vsynthes-1.0.17.dist-info → boltz_vsynthes-1.0.19.dist-info}/licenses/LICENSE +0 -0
- {boltz_vsynthes-1.0.17.dist-info → boltz_vsynthes-1.0.19.dist-info}/top_level.txt +0 -0
boltz/data/parse/pdb.py
CHANGED
@@ -48,14 +48,13 @@ def parse_pdb(
|
|
48
48
|
for pp in ppb.build_peptides(chain):
|
49
49
|
seq = str(pp.get_sequence())
|
50
50
|
if seq: # Only add if sequence is not empty
|
51
|
-
|
51
|
+
sequences.append({
|
52
52
|
"protein": {
|
53
53
|
"id": chain.id,
|
54
54
|
"sequence": seq,
|
55
55
|
"modifications": [],
|
56
|
-
}
|
57
|
-
}
|
58
|
-
sequences.append(molecule)
|
56
|
+
}
|
57
|
+
})
|
59
58
|
|
60
59
|
data = {
|
61
60
|
"sequences": sequences,
|
boltz/data/parse/pdb_download.py
CHANGED
@@ -5,7 +5,7 @@ from typing import Optional
|
|
5
5
|
import requests
|
6
6
|
from Bio import PDB
|
7
7
|
from Bio.PDB.PDBParser import PDBParser
|
8
|
-
from Bio.PDB.
|
8
|
+
from Bio.PDB.Polypeptide import PPBuilder
|
9
9
|
from rdkit import Chem
|
10
10
|
from rdkit.Chem.rdchem import Mol
|
11
11
|
|
@@ -91,14 +91,13 @@ def parse_pdb_id(
|
|
91
91
|
for pp in ppb.build_peptides(chain):
|
92
92
|
seq = str(pp.get_sequence())
|
93
93
|
if seq: # Only add if sequence is not empty
|
94
|
-
|
94
|
+
sequences.append({
|
95
95
|
"protein": {
|
96
96
|
"id": chain.id,
|
97
97
|
"sequence": seq,
|
98
98
|
"modifications": [],
|
99
|
-
}
|
100
|
-
}
|
101
|
-
sequences.append(molecule)
|
99
|
+
}
|
100
|
+
})
|
102
101
|
|
103
102
|
data = {
|
104
103
|
"sequences": sequences,
|
boltz/data/parse/sdf.py
CHANGED
@@ -72,14 +72,13 @@ def parse_sdf(
|
|
72
72
|
# Convert to yaml format
|
73
73
|
sequences = []
|
74
74
|
for mol_name, smiles in mol_dict.items():
|
75
|
-
|
75
|
+
sequences.append({
|
76
76
|
"ligand": {
|
77
77
|
"id": mol_name,
|
78
78
|
"sequence": smiles,
|
79
79
|
"modifications": [],
|
80
|
-
}
|
81
|
-
}
|
82
|
-
sequences.append(molecule)
|
80
|
+
}
|
81
|
+
})
|
83
82
|
|
84
83
|
data = {
|
85
84
|
"sequences": sequences,
|
@@ -38,10 +38,10 @@ boltz/data/parse/csv.py,sha256=Hcq8rJW2njczahEr8jfd_o-zxLaNSgJ3YIoC9srIqpw,2518
|
|
38
38
|
boltz/data/parse/fasta.py,sha256=taI4s_CqPtyF0XaLJAsVAJHCL0GXm2g1g8Qeccdxikk,3906
|
39
39
|
boltz/data/parse/mmcif.py,sha256=25kEXCkx-OuaawAs7cdz0fxdRu5_CCO0AV00u84PrjQ,36822
|
40
40
|
boltz/data/parse/mmcif_with_constraints.py,sha256=WHYZckSqUwu-Nb9vmVmxHmC7uxwVrF7AVUeVKsc5wGQ,51473
|
41
|
-
boltz/data/parse/pdb.py,sha256=
|
42
|
-
boltz/data/parse/pdb_download.py,sha256=
|
41
|
+
boltz/data/parse/pdb.py,sha256=X4u1ZzSFk0Xy8LRbCCMVlbAzWeGddo2O4SQuk_WyS-k,1656
|
42
|
+
boltz/data/parse/pdb_download.py,sha256=YLxCidVkRLlvZ0uCCSnRTP7Yz1-AYv9hz_SO3_xecWk,2769
|
43
43
|
boltz/data/parse/schema.py,sha256=pq9PRrm3pyaOH0kJEjtG-rVHEPpr_KmiykvxKsMWnn0,60979
|
44
|
-
boltz/data/parse/sdf.py,sha256=
|
44
|
+
boltz/data/parse/sdf.py,sha256=Kc9CwyyNgs6IrXtEN1MLZbm6-A-DFRpPCDgMGgFEr9w,2078
|
45
45
|
boltz/data/parse/yaml.py,sha256=GRFRMtDD4PQ4PIpA_S1jj0vRaEu2LlZd_g4rN1zUrNo,1505
|
46
46
|
boltz/data/sample/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
47
47
|
boltz/data/sample/cluster.py,sha256=9Sx8qP7zGZOAyEspwYFtCTbGTBZnuN-zfCKFbbA_6oI,8175
|
@@ -107,9 +107,9 @@ boltz/model/optim/scheduler.py,sha256=nB4jz0CZ4pR4n08LQngExL_pNycIdYI8AXVoHPnZWQ
|
|
107
107
|
boltz/model/potentials/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
108
108
|
boltz/model/potentials/potentials.py,sha256=vev8Vjfs-ML1hyrdv_R8DynG4wSFahJ6nzPWp7CYQqw,17507
|
109
109
|
boltz/model/potentials/schedules.py,sha256=m7XJjfuF9uTX3bR9VisXv1rvzJjxiD8PobXRpcBBu1c,968
|
110
|
-
boltz_vsynthes-1.0.
|
111
|
-
boltz_vsynthes-1.0.
|
112
|
-
boltz_vsynthes-1.0.
|
113
|
-
boltz_vsynthes-1.0.
|
114
|
-
boltz_vsynthes-1.0.
|
115
|
-
boltz_vsynthes-1.0.
|
110
|
+
boltz_vsynthes-1.0.19.dist-info/licenses/LICENSE,sha256=8GZ_1eZsUeG6jdqgJJxtciWzADfgLEV4LY8sKUOsJhc,1102
|
111
|
+
boltz_vsynthes-1.0.19.dist-info/METADATA,sha256=-sNg3xpkJoj4lVSYxkDH_noDhJzFI_k5RMmw3C7xnsg,7171
|
112
|
+
boltz_vsynthes-1.0.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
113
|
+
boltz_vsynthes-1.0.19.dist-info/entry_points.txt,sha256=n5a5I35ntu9lmyr16oZgHPFY0b0YxjiixY7m7nbMTLc,41
|
114
|
+
boltz_vsynthes-1.0.19.dist-info/top_level.txt,sha256=MgU3Jfb-ctWm07YGMts68PMjSh9v26D0gfG3dFRmVFA,6
|
115
|
+
boltz_vsynthes-1.0.19.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|