Spaces:
Running
on
L4
Running
on
L4
simonduerr
commited on
Commit
·
375ee1a
1
Parent(s):
1f2402d
add test files
Browse files- app.py +5 -1
- boltz_results_ligand/processed/manifest.json +1 -0
- boltz_results_ligand/processed/msa/0.npz +3 -0
- boltz_results_ligand/processed/structures/ligand.npz +3 -0
- ligand.fasta +12 -0
- msa/seq1.a3m +0 -0
app.py
CHANGED
@@ -5,9 +5,13 @@ import gradio as gr
|
|
5 |
from gradio_molecule3d import Molecule3D
|
6 |
from gradio_cofoldinginput import CofoldingInput
|
7 |
|
|
|
|
|
8 |
@spaces.GPU
|
9 |
def predict(jobname, inputs, recycling_steps, sampling_steps, diffusion_samples):
|
10 |
-
|
|
|
|
|
11 |
|
12 |
with gr.Blocks() as blocks:
|
13 |
gr.Markdown("# Boltz-1")
|
|
|
5 |
from gradio_molecule3d import Molecule3D
|
6 |
from gradio_cofoldinginput import CofoldingInput
|
7 |
|
8 |
+
import os
|
9 |
+
|
10 |
@spaces.GPU
|
11 |
def predict(jobname, inputs, recycling_steps, sampling_steps, diffusion_samples):
|
12 |
+
|
13 |
+
os.system("boltz predict ligand.fasta")
|
14 |
+
return "boltz_results_ligand/predictions/ligand/ligand_model_0.cif"
|
15 |
|
16 |
with gr.Blocks() as blocks:
|
17 |
gr.Markdown("# Boltz-1")
|
boltz_results_ligand/processed/manifest.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"records": [{"id": "ligand", "structure": {"resolution": null, "method": null, "deposited": null, "released": null, "revised": null, "num_chains": 6, "num_interfaces": null}, "chains": [{"chain_id": 0, "chain_name": "A", "mol_type": 0, "cluster_id": -1, "msa_id": 0, "num_residues": 384, "valid": true}, {"chain_id": 1, "chain_name": "B", "mol_type": 0, "cluster_id": -1, "msa_id": 0, "num_residues": 384, "valid": true}, {"chain_id": 2, "chain_name": "C", "mol_type": 3, "cluster_id": -1, "msa_id": -1, "num_residues": 1, "valid": true}, {"chain_id": 3, "chain_name": "D", "mol_type": 3, "cluster_id": -1, "msa_id": -1, "num_residues": 1, "valid": true}, {"chain_id": 4, "chain_name": "E", "mol_type": 3, "cluster_id": -1, "msa_id": -1, "num_residues": 1, "valid": true}, {"chain_id": 5, "chain_name": "F", "mol_type": 3, "cluster_id": -1, "msa_id": -1, "num_residues": 1, "valid": true}], "interfaces": []}]}
|
boltz_results_ligand/processed/msa/0.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cf8a0aafdd82e08c7bc774d55e85af78e6ba7e93f99fabf2858af166061b2dc
|
3 |
+
size 23984
|
boltz_results_ligand/processed/structures/ligand.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58ce75e2192c2bd2222f1d529729fa79d561ca2ff26675046b5832d8a7fad48b
|
3 |
+
size 17061
|
ligand.fasta
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
>A|protein|./msa/seq1.a3m
|
2 |
+
MVTPEGNVSLVDESLLVGVTDEDRAVRSAHQFYERLIGLWAPAVMEAAHELGVFAALAEAPADSGELARRLDCDARAMRVLLDALYAYDVIDRIHDTNGFRYLLSAEARECLLPGTLFSLVGKFMHDINVAWPAWRNLAEVVRHGARDTSGAESPNGIAQEDYESLVGGINFWAPPIVTTLSRKLRASGRSGDATASVLDVGCGTGLYSQLLLREFPRWTATGLDVERIATLANAQALRLGVEERFATRAGDFWRGGWGTGYDLVLFANIFHLQTPASAVRLMRHAAACLAPDGLVAVVDQIVDADREPKTPQDRFALLFAASMTNTGGGDAYTFQEYEEWFTAAGLQRIETLDTPMHRILLARRATEPSAVPEGQASENLYFQ
|
3 |
+
>B|protein|./msa/seq1.a3m
|
4 |
+
MVTPEGNVSLVDESLLVGVTDEDRAVRSAHQFYERLIGLWAPAVMEAAHELGVFAALAEAPADSGELARRLDCDARAMRVLLDALYAYDVIDRIHDTNGFRYLLSAEARECLLPGTLFSLVGKFMHDINVAWPAWRNLAEVVRHGARDTSGAESPNGIAQEDYESLVGGINFWAPPIVTTLSRKLRASGRSGDATASVLDVGCGTGLYSQLLLREFPRWTATGLDVERIATLANAQALRLGVEERFATRAGDFWRGGWGTGYDLVLFANIFHLQTPASAVRLMRHAAACLAPDGLVAVVDQIVDADREPKTPQDRFALLFAASMTNTGGGDAYTFQEYEEWFTAAGLQRIETLDTPMHRILLARRATEPSAVPEGQASENLYFQ
|
5 |
+
>C|ccd
|
6 |
+
SAH
|
7 |
+
>D|ccd
|
8 |
+
SAH
|
9 |
+
>E|smiles
|
10 |
+
N[C@@H](Cc1ccc(O)cc1)C(=O)O
|
11 |
+
>F|smiles
|
12 |
+
N[C@@H](Cc1ccc(O)cc1)C(=O)O
|
msa/seq1.a3m
ADDED
The diff for this file is too large to render.
See raw diff
|
|