42Cummer commited on
Commit
13d4986
·
verified ·
1 Parent(s): 2a3e7bf

Upload refine.py

Browse files
Files changed (1) hide show
  1. 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 = "Broteinshake_Lead_Validated.pdb"
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)