Skip to content

Commit

Permalink
chore(run_mutagenesis): added print after model load #126
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaacoub committed Oct 24, 2024
1 parent d438058 commit 81065e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_mutagenesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def get_protein_features(pdb_file_path, cmap_thresh=8.0):
pro, pdb_original = get_protein_features(PDB_FILE)
original_seq = pdb_original.sequence

print("Model Loaded")
original_pkd = m(pro.to(DEVICE), lig.to(DEVICE))
print("Original pkd:", original_pkd)

Expand Down

0 comments on commit 81065e0

Please sign in to comment.