boltz-vsynthes 1.0.18__tar.gz → 1.0.20__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.
- {boltz_vsynthes-1.0.18/src/boltz_vsynthes.egg-info → boltz_vsynthes-1.0.20}/PKG-INFO +1 -1
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/pyproject.toml +1 -1
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/parse/pdb.py +3 -4
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/parse/pdb_download.py +3 -4
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/parse/schema.py +2 -2
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20/src/boltz_vsynthes.egg-info}/PKG-INFO +1 -1
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/LICENSE +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/README.md +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/setup.cfg +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/const.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/crop/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/crop/affinity.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/crop/boltz.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/crop/cropper.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/feature/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/feature/featurizer.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/feature/featurizerv2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/feature/symmetry.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/filter/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/filter/dynamic/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/filter/dynamic/date.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/filter/dynamic/filter.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/filter/dynamic/max_residues.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/filter/dynamic/resolution.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/filter/dynamic/size.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/filter/dynamic/subset.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/filter/static/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/filter/static/filter.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/filter/static/ligand.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/filter/static/polymer.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/module/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/module/inference.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/module/inferencev2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/module/training.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/module/trainingv2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/mol.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/msa/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/msa/mmseqs2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/pad.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/parse/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/parse/a3m.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/parse/csv.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/parse/fasta.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/parse/mmcif.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/parse/mmcif_with_constraints.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/parse/sdf.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/parse/yaml.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/sample/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/sample/cluster.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/sample/distillation.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/sample/random.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/sample/sampler.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/tokenize/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/tokenize/boltz.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/tokenize/boltz2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/tokenize/tokenizer.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/types.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/write/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/write/mmcif.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/write/pdb.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/write/utils.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/write/writer.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/main.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/attention.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/attentionv2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/confidence_utils.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/dropout.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/initialize.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/outer_product_mean.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/pair_averaging.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/pairformer.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/relative.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/transition.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/triangular_attention/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/triangular_attention/attention.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/triangular_attention/primitives.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/triangular_attention/utils.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/triangular_mult.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/loss/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/loss/bfactor.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/loss/confidence.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/loss/confidencev2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/loss/diffusion.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/loss/diffusionv2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/loss/distogram.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/loss/distogramv2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/loss/validation.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/models/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/models/boltz1.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/models/boltz2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/affinity.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/confidence.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/confidence_utils.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/confidencev2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/diffusion.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/diffusion_conditioning.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/diffusionv2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/encoders.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/encodersv2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/transformers.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/transformersv2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/trunk.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/trunkv2.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/utils.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/optim/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/optim/ema.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/optim/scheduler.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/potentials/__init__.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/potentials/potentials.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/potentials/schedules.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz_vsynthes.egg-info/SOURCES.txt +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz_vsynthes.egg-info/dependency_links.txt +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz_vsynthes.egg-info/entry_points.txt +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz_vsynthes.egg-info/requires.txt +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz_vsynthes.egg-info/top_level.txt +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/tests/test_kernels.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/tests/test_regression.py +0 -0
- {boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/tests/test_utils.py +0 -0
@@ -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,
|
@@ -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,
|
@@ -1024,13 +1024,13 @@ def parse_boltz_schema( # noqa: C901, PLR0915, PLR0912
|
|
1024
1024
|
# This is a PDB ID
|
1025
1025
|
from boltz.data.parse.pdb_download import parse_pdb_id
|
1026
1026
|
target = parse_pdb_id(pdb_path.stem, ccd, mol_dir, pdb_path.parent)
|
1027
|
-
|
1027
|
+
print(target)
|
1028
1028
|
seq = target.sequences[0]["protein"]["sequence"]
|
1029
1029
|
else:
|
1030
1030
|
# This is a PDB file
|
1031
1031
|
from boltz.data.parse.pdb import parse_pdb
|
1032
1032
|
target = parse_pdb(pdb_path, ccd, mol_dir)
|
1033
|
-
|
1033
|
+
print(target)
|
1034
1034
|
seq = target.sequences[0]["protein"]["sequence"]
|
1035
1035
|
else:
|
1036
1036
|
msg = f"Protein must have either 'sequence' or 'pdb' field: {item}"
|
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
|
{boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/filter/dynamic/max_residues.py
RENAMED
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
|
{boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/data/parse/mmcif_with_constraints.py
RENAMED
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
|
{boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/outer_product_mean.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/layers/triangular_attention/utils.py
RENAMED
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
|
{boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz/model/modules/diffusion_conditioning.py
RENAMED
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
|
{boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz_vsynthes.egg-info/dependency_links.txt
RENAMED
File without changes
|
{boltz_vsynthes-1.0.18 → boltz_vsynthes-1.0.20}/src/boltz_vsynthes.egg-info/entry_points.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|