tai-dang11 commited on
Commit
e5e01c1
·
1 Parent(s): bf31ea3
Files changed (2) hide show
  1. 1syn.pdb +0 -0
  2. app.py +1 -1
1syn.pdb ADDED
The diff for this file is too large to render. See raw diff
 
app.py CHANGED
@@ -626,7 +626,7 @@ if __name__ == "__main__":
626
  initial_pairs = [("L1", "L2"), ("L3", "L4")]
627
 
628
  # Hardcoded PDB file path
629
- protein_pdb = "/home/taitdang/Dock/MOAVS/TYSY/protein/1syn.pdb" # Update this path as needed
630
 
631
  # Check if the PDB file exists
632
  if not os.path.isfile(protein_pdb):
 
626
  initial_pairs = [("L1", "L2"), ("L3", "L4")]
627
 
628
  # Hardcoded PDB file path
629
+ protein_pdb = "1syn.pdb" # Update this path as needed
630
 
631
  # Check if the PDB file exists
632
  if not os.path.isfile(protein_pdb):