boltz-vsynthes 0.1.3__tar.gz → 0.1.5__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.
Files changed (126) hide show
  1. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/PKG-INFO +1 -1
  2. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/pyproject.toml +1 -1
  3. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/parse/pdb.py +29 -18
  4. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/parse/pdb_download.py +28 -19
  5. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz_vsynthes.egg-info/PKG-INFO +1 -1
  6. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/LICENSE +0 -0
  7. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/README.md +0 -0
  8. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/setup.cfg +0 -0
  9. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/__init__.py +0 -0
  10. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/__init__.py +0 -0
  11. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/const.py +0 -0
  12. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/crop/__init__.py +0 -0
  13. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/crop/affinity.py +0 -0
  14. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/crop/boltz.py +0 -0
  15. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/crop/cropper.py +0 -0
  16. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/feature/__init__.py +0 -0
  17. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/feature/featurizer.py +0 -0
  18. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/feature/featurizerv2.py +0 -0
  19. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/feature/symmetry.py +0 -0
  20. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/filter/__init__.py +0 -0
  21. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/filter/dynamic/__init__.py +0 -0
  22. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/filter/dynamic/date.py +0 -0
  23. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/filter/dynamic/filter.py +0 -0
  24. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/filter/dynamic/max_residues.py +0 -0
  25. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/filter/dynamic/resolution.py +0 -0
  26. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/filter/dynamic/size.py +0 -0
  27. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/filter/dynamic/subset.py +0 -0
  28. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/filter/static/__init__.py +0 -0
  29. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/filter/static/filter.py +0 -0
  30. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/filter/static/ligand.py +0 -0
  31. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/filter/static/polymer.py +0 -0
  32. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/module/__init__.py +0 -0
  33. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/module/inference.py +0 -0
  34. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/module/inferencev2.py +0 -0
  35. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/module/training.py +0 -0
  36. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/module/trainingv2.py +0 -0
  37. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/mol.py +0 -0
  38. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/msa/__init__.py +0 -0
  39. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/msa/mmseqs2.py +0 -0
  40. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/pad.py +0 -0
  41. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/parse/__init__.py +0 -0
  42. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/parse/a3m.py +0 -0
  43. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/parse/csv.py +0 -0
  44. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/parse/fasta.py +0 -0
  45. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/parse/mmcif.py +0 -0
  46. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/parse/mmcif_with_constraints.py +0 -0
  47. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/parse/schema.py +0 -0
  48. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/parse/sdf.py +0 -0
  49. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/parse/yaml.py +0 -0
  50. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/sample/__init__.py +0 -0
  51. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/sample/cluster.py +0 -0
  52. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/sample/distillation.py +0 -0
  53. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/sample/random.py +0 -0
  54. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/sample/sampler.py +0 -0
  55. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/tokenize/__init__.py +0 -0
  56. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/tokenize/boltz.py +0 -0
  57. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/tokenize/boltz2.py +0 -0
  58. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/tokenize/tokenizer.py +0 -0
  59. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/types.py +0 -0
  60. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/write/__init__.py +0 -0
  61. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/write/mmcif.py +0 -0
  62. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/write/pdb.py +0 -0
  63. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/write/utils.py +0 -0
  64. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/data/write/writer.py +0 -0
  65. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/main.py +0 -0
  66. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/__init__.py +0 -0
  67. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/__init__.py +0 -0
  68. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/attention.py +0 -0
  69. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/attentionv2.py +0 -0
  70. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/confidence_utils.py +0 -0
  71. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/dropout.py +0 -0
  72. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/initialize.py +0 -0
  73. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/outer_product_mean.py +0 -0
  74. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/pair_averaging.py +0 -0
  75. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/pairformer.py +0 -0
  76. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/relative.py +0 -0
  77. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/transition.py +0 -0
  78. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/triangular_attention/__init__.py +0 -0
  79. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/triangular_attention/attention.py +0 -0
  80. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/triangular_attention/primitives.py +0 -0
  81. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/triangular_attention/utils.py +0 -0
  82. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/layers/triangular_mult.py +0 -0
  83. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/loss/__init__.py +0 -0
  84. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/loss/bfactor.py +0 -0
  85. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/loss/confidence.py +0 -0
  86. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/loss/confidencev2.py +0 -0
  87. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/loss/diffusion.py +0 -0
  88. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/loss/diffusionv2.py +0 -0
  89. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/loss/distogram.py +0 -0
  90. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/loss/distogramv2.py +0 -0
  91. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/loss/validation.py +0 -0
  92. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/models/__init__.py +0 -0
  93. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/models/boltz1.py +0 -0
  94. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/models/boltz2.py +0 -0
  95. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/__init__.py +0 -0
  96. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/affinity.py +0 -0
  97. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/confidence.py +0 -0
  98. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/confidence_utils.py +0 -0
  99. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/confidencev2.py +0 -0
  100. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/diffusion.py +0 -0
  101. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/diffusion_conditioning.py +0 -0
  102. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/diffusionv2.py +0 -0
  103. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/encoders.py +0 -0
  104. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/encodersv2.py +0 -0
  105. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/transformers.py +0 -0
  106. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/transformersv2.py +0 -0
  107. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/trunk.py +0 -0
  108. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/trunkv2.py +0 -0
  109. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/modules/utils.py +0 -0
  110. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/optim/__init__.py +0 -0
  111. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/optim/ema.py +0 -0
  112. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/optim/scheduler.py +0 -0
  113. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/potentials/__init__.py +0 -0
  114. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/potentials/potentials.py +0 -0
  115. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/model/potentials/schedules.py +0 -0
  116. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/utils/sdf_splitter.py +0 -0
  117. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/utils/sdf_to_pre_affinity_npz.py +0 -0
  118. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz/utils/yaml_generator.py +0 -0
  119. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz_vsynthes.egg-info/SOURCES.txt +0 -0
  120. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz_vsynthes.egg-info/dependency_links.txt +0 -0
  121. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz_vsynthes.egg-info/entry_points.txt +0 -0
  122. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz_vsynthes.egg-info/requires.txt +0 -0
  123. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/src/boltz_vsynthes.egg-info/top_level.txt +0 -0
  124. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/tests/test_kernels.py +0 -0
  125. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/tests/test_regression.py +0 -0
  126. {boltz_vsynthes-0.1.3 → boltz_vsynthes-0.1.5}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boltz-vsynthes
3
- Version: 0.1.3
3
+ Version: 0.1.5
4
4
  Summary: Boltz for VSYNTHES
5
5
  Requires-Python: <3.13,>=3.10
6
6
  Description-Content-Type: text/markdown
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "boltz-vsynthes"
7
- version = "0.1.3"
7
+ version = "0.1.5"
8
8
  requires-python = ">=3.10,<3.13"
9
9
  description = "Boltz for VSYNTHES"
10
10
  readme = "README.md"
@@ -8,6 +8,9 @@ from Bio.PDB.Polypeptide import PPBuilder
8
8
  from Bio.Data.IUPACData import protein_letters_3to1
9
9
  from rdkit import Chem
10
10
  from rdkit.Chem.rdchem import Mol
11
+ from Bio.SeqUtils import seq1
12
+ from collections import defaultdict
13
+
11
14
 
12
15
  from boltz.data.types import Target
13
16
  from boltz.data.parse.schema import parse_boltz_schema
@@ -38,27 +41,35 @@ def parse_pdb(
38
41
  Dictionary containing sequences and bonds.
39
42
  """
40
43
  # Read PDB file
41
- parser = PDBParser(QUIET=True)
42
- structure = parser.get_structure("protein", str(pdb_path))
43
- ppb = PPBuilder()
44
-
45
- # Convert to yaml format
46
44
  sequences = []
47
- for model in structure:
48
- for chain in model:
49
- for pp in ppb.build_peptides(chain):
50
- seq = str(pp.get_sequence())
51
- if seq: # Only add if sequence is not empty
52
- sequences.append({
53
- "protein": {
54
- "id": chain.id,
55
- "sequence": seq,
56
- "modifications": [],
57
- }
58
- })
45
+ sequence_by_chain = defaultdict(list)
46
+
47
+ # Parse SEQRES records directly
48
+ with open(pdb_path) as f:
49
+ for line in f:
50
+ if line.startswith("SEQRES"):
51
+ parts = line.split()
52
+ chain_id = parts[2]
53
+ residues = parts[4:]
54
+ for res in residues:
55
+ try:
56
+ aa = seq1(res)
57
+ except KeyError:
58
+ aa = 'X'
59
+ sequence_by_chain[chain_id].append(aa)
60
+
61
+ # Convert to yaml-style list
62
+ for chain_id, aa_list in sequence_by_chain.items():
63
+ sequences.append({
64
+ "protein": {
65
+ "id": chain_id,
66
+ "sequence": ''.join(aa_list),
67
+ "modifications": [],
68
+ }
69
+ })
59
70
 
60
71
  return {
61
72
  "sequences": sequences,
62
73
  "bonds": [],
63
74
  "version": 1,
64
- }
75
+ }
@@ -8,6 +8,8 @@ from Bio.PDB.PDBParser import PDBParser
8
8
  from Bio.PDB.Polypeptide import PPBuilder
9
9
  from rdkit import Chem
10
10
  from rdkit.Chem.rdchem import Mol
11
+ from Bio.SeqUtils import seq1
12
+ from collections import defaultdict
11
13
 
12
14
  from boltz.data.types import Target
13
15
  from boltz.data.parse.schema import parse_boltz_schema
@@ -79,28 +81,35 @@ def parse_pdb_id(
79
81
  # Download PDB file
80
82
  pdb_path = download_pdb(pdb_id, cache_dir)
81
83
 
82
- # Read PDB file
83
- parser = PDBParser(QUIET=True)
84
- structure = parser.get_structure("protein", str(pdb_path))
85
- ppb = PPBuilder()
86
-
87
- # Convert to yaml format
88
84
  sequences = []
89
- for model in structure:
90
- for chain in model:
91
- for pp in ppb.build_peptides(chain):
92
- seq = str(pp.get_sequence())
93
- if seq: # Only add if sequence is not empty
94
- sequences.append({
95
- "protein": {
96
- "id": chain.id,
97
- "sequence": seq,
98
- "modifications": [],
99
- }
100
- })
85
+ sequence_by_chain = defaultdict(list)
86
+
87
+ # Parse SEQRES records directly
88
+ with open(pdb_path) as f:
89
+ for line in f:
90
+ if line.startswith("SEQRES"):
91
+ parts = line.split()
92
+ chain_id = parts[2]
93
+ residues = parts[4:]
94
+ for res in residues:
95
+ try:
96
+ aa = seq1(res)
97
+ except KeyError:
98
+ aa = 'X'
99
+ sequence_by_chain[chain_id].append(aa)
100
+
101
+ # Convert to yaml-style list
102
+ for chain_id, aa_list in sequence_by_chain.items():
103
+ sequences.append({
104
+ "protein": {
105
+ "id": chain_id,
106
+ "sequence": ''.join(aa_list),
107
+ "modifications": [],
108
+ }
109
+ })
101
110
 
102
111
  return {
103
112
  "sequences": sequences,
104
113
  "bonds": [],
105
114
  "version": 1,
106
- }
115
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: boltz-vsynthes
3
- Version: 0.1.3
3
+ Version: 0.1.5
4
4
  Summary: Boltz for VSYNTHES
5
5
  Requires-Python: <3.13,>=3.10
6
6
  Description-Content-Type: text/markdown
File without changes
File without changes
File without changes