Skip to content

Commit

Permalink
add pdbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nhật Khang Ngô authored and Nhật Khang Ngô committed Mar 18, 2024
1 parent be87948 commit 0daf179
Show file tree
Hide file tree
Showing 21 changed files with 75,494 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generate_with_specific_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def remove_files(folder_path):

num_mols = args.num_mols

root_dir = "/home/khangnn4/reinforced-genetic-algorithm/pdb"
protein_files = os.listdir("/home/khangnn4/reinforced-genetic-algorithm/pdb")
root_dir = "./pdb"
protein_files = os.listdir("./pdb")
protein_pdbs = list(filter(lambda x: ".pdb" in x and ".pdbqt" not in x, protein_files))
receptor_files = list(filter(lambda x: "pdbqt" in x, protein_files))

Expand Down Expand Up @@ -202,4 +202,4 @@ def remove_files(folder_path):
df = pd.DataFrame(df_items, columns = ["index", "Smiles", "SA", "QED", "Binding Score"])
df.to_csv(f"{folder_name}/scores.csv", index = False)
print("Target name", target_name)
print(df.head(10))
print(df.head(10))
2,878 changes: 2,878 additions & 0 deletions pdb/1iep.pdb

Large diffs are not rendered by default.

2,703 changes: 2,703 additions & 0 deletions pdb/1iep.pdbqt

Large diffs are not rendered by default.

2,746 changes: 2,746 additions & 0 deletions pdb/2rgp.pdb

Large diffs are not rendered by default.

2,802 changes: 2,802 additions & 0 deletions pdb/2rgp.pdbqt

Large diffs are not rendered by default.

4,186 changes: 4,186 additions & 0 deletions pdb/3eml.pdb

Large diffs are not rendered by default.

4,306 changes: 4,306 additions & 0 deletions pdb/3eml.pdbqt

Large diffs are not rendered by default.

4,233 changes: 4,233 additions & 0 deletions pdb/3ny8.pdb

Large diffs are not rendered by default.

4,300 changes: 4,300 additions & 0 deletions pdb/3ny8.pdbqt

Large diffs are not rendered by default.

2,118 changes: 2,118 additions & 0 deletions pdb/3pbl.pdb

Large diffs are not rendered by default.

2,557 changes: 2,557 additions & 0 deletions pdb/3pbl.pdbqt

Large diffs are not rendered by default.

12,264 changes: 12,264 additions & 0 deletions pdb/4r6e.pdb

Large diffs are not rendered by default.

3,375 changes: 3,375 additions & 0 deletions pdb/4r6e.pdbqt

Large diffs are not rendered by default.

5,357 changes: 5,357 additions & 0 deletions pdb/4rlu.pdb

Large diffs are not rendered by default.

2,770 changes: 2,770 additions & 0 deletions pdb/4rlu.pdbqt

Large diffs are not rendered by default.

3,278 changes: 3,278 additions & 0 deletions pdb/4unn.pdb

Large diffs are not rendered by default.

1,666 changes: 1,666 additions & 0 deletions pdb/4unn.pdbqt

Large diffs are not rendered by default.

4,015 changes: 4,015 additions & 0 deletions pdb/5mo4.pdb

Large diffs are not rendered by default.

4,126 changes: 4,126 additions & 0 deletions pdb/5mo4.pdbqt

Large diffs are not rendered by default.

2,921 changes: 2,921 additions & 0 deletions pdb/7l11.pdb

Large diffs are not rendered by default.

2,890 changes: 2,890 additions & 0 deletions pdb/7l11.pdbqt

Large diffs are not rendered by default.

0 comments on commit 0daf179

Please sign in to comment.