Skip to content

Commit 9cc3d35

Browse files
authored
Add files via upload
1 parent 2f265b6 commit 9cc3d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simple_docking/MTH_Docking_Part2_Dock-Vina_2.0.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"#This defines our receptor structures (all of these files happen to have the same prefix, the starting structure (xal structure) is xxx_00.pdb)\n",
9797
"receptor_filenames = glob('../receptor/*.pdb')\n",
9898
"#This defines where the ligand files are found\n",
99-
"ligand_filenames = glob('/home/geoff/compounds/FtsZ/pharmit/pocket3/*.pdbqt')\n",
99+
"ligand_filenames = glob('../compounds/Minifrag/*.pdbqt')\n",
100100
"\n",
101101
"#The sort command is *really* important for organising the output in the right order (the protein files are mixed up otherwise)\n",
102102
"receptor_filenames.sort()\n",

0 commit comments

Comments
 (0)