Hello all,
I am wondering if there is a Python script to run Autodock from command line for PyRx.
I want to perform a virtual screening for small molecules and I want to read a sdf library properly and then perform the screening automatically by using a script. The script can be like this:
path/autodock4 (-l read the sdf library) (path/library) (-r read the receptor file) - cpu (adjust the cpu allocated for each step) -loop (to automatize for each ligand in the sdf library file)
Thank you