How to launch docking and screening from python?

32 views
Skip to first unread message

Andrew Orry

unread,
Oct 10, 2023, 9:35:21 PM10/10/23
to MolSoft ICM Knowledge Base
Q. How to launch docking and screening from python?
A.

You can use

os.system(...) in python to launch any external program including ICM

##################
import os

os.system("$ICMHOME/icm64 _dockScan mydock input=input.sdf")

##################

For the example above we use  _dockScan for docking and screening here is a link to the documentation.

Reply all
Reply to author
Forward
0 new messages