Spaces:
Sleeping
Sleeping
Upload refine.py
Browse files- scripts/refine.py +1 -1
scripts/refine.py
CHANGED
|
@@ -8,7 +8,7 @@ def polish_design(target_pdb_id, uploaded_file_path):
|
|
| 8 |
# 1. Setup paths
|
| 9 |
# target_path should point to your local data/3kas.pdb
|
| 10 |
target_path = os.path.join("data", f"{target_pdb_id.lower()}.pdb")
|
| 11 |
-
output_name = "
|
| 12 |
|
| 13 |
# 2. ALIGNMENT (The Core Scientific Proof)
|
| 14 |
parser = PDBParser(QUIET=True)
|
|
|
|
| 8 |
# 1. Setup paths
|
| 9 |
# target_path should point to your local data/3kas.pdb
|
| 10 |
target_path = os.path.join("data", f"{target_pdb_id.lower()}.pdb")
|
| 11 |
+
output_name = "Refined_Shuttle.pdb"
|
| 12 |
|
| 13 |
# 2. ALIGNMENT (The Core Scientific Proof)
|
| 14 |
parser = PDBParser(QUIET=True)
|