We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f265b6 commit 9cc3d35Copy full SHA for 9cc3d35
1 file changed
simple_docking/MTH_Docking_Part2_Dock-Vina_2.0.ipynb
@@ -96,7 +96,7 @@
96
"#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",
97
"receptor_filenames = glob('../receptor/*.pdb')\n",
98
"#This defines where the ligand files are found\n",
99
- "ligand_filenames = glob('/home/geoff/compounds/FtsZ/pharmit/pocket3/*.pdbqt')\n",
+ "ligand_filenames = glob('../compounds/Minifrag/*.pdbqt')\n",
100
"\n",
101
"#The sort command is *really* important for organising the output in the right order (the protein files are mixed up otherwise)\n",
102
"receptor_filenames.sort()\n",
0 commit comments