Spaces:
Build error
Build error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,8 +1,22 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
-
2. Run inference
|
| 5 |
-
- Using pdb file - `python infer.py --pdb "/workspace/antibody-developability-abmelt/AbMelt/public_tm/train_pdbs/alemtuzumab.pdb" --name "alemtuzumab" --config configs/testing_config.yaml`
|
| 6 |
-
- Using chains - `python infer.py --h [] --l [] --name [] --config configs/testing_config.yaml`
|
| 7 |
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: AbMelt Benchmark
|
| 3 |
+
emoji: 🧬
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
|
| 10 |
+
# AbMelt Inference Pipeline Benchmark
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
+
This Space contains the Docker environment for running AbMelt antibody thermostability predictions with GROMACS and CUDA support.
|
| 13 |
+
|
| 14 |
+
## Usage
|
| 15 |
+
|
| 16 |
+
This Space is used as a Docker image for HF Jobs:
|
| 17 |
+
|
| 18 |
+
```bash
|
| 19 |
+
hf jobs run --namespace hugging-science --flavor a100-large \
|
| 20 |
+
hf.co/spaces/hugging-science/abmelt-benchmark \
|
| 21 |
+
bash -c "source /usr/local/gromacs/bin/GMXRC && conda activate abmelt-3-11-env && cd /opt/antibody-developability-abmelt/abmelt_infer_pipeline && python infer.py --h '...' --l '...' --config configs/paper_config.yaml --timing-report timing.json"
|
| 22 |
+
```
|