Oh right, I see. I just copied that section as is into notepad and made a "sample.gpf". Putting in the commands I get this
MGLTools-1.5.6/python Autodock/AutoDockTools/Utilities24/prepare_gpf4.py -l L_735_524-2.pdbqt -r HSG1.pdbqt -p npts=”60,60,66” -i sample.gpf
Traceback (most recent call last):
File "Autodock/AutoDockTools/Utilities24/prepare_gpf4.py", line 137, in
apply(gpfm.set_grid_parameters, (), kw)
File "C:\Users\eleni\Desktop\Tutorial\MGLTools-1.5.6\lib\site-packages\AutoDockTools\GridParameters.py", line 1049, in set_grid_parameters
self.gpo['npts']['value']= map(int, newvalue.split(','))
ValueError: invalid literal for int() with base 10: '\x9460'Sorry, the paths are a little different because their locations don't quite match up to the Windows installer file, hence the different code for python
I am unsure if it is asking me to do something to the GridParameters.py?
Sorry again