How to identify pockets for multiple protein structures?

11 views
Skip to first unread message

Andrew Orry

unread,
Jun 13, 2017, 5:43:48 PM6/13/17
to MolSoft ICM Knowledge Base
Q.
How to identify pockets for multiple protein structures?
A.

If you want to do this all in one go you would need to write a script similar to the one below. 

for i=1, Nof(object)
icmPocketFinder a_$i. & a_$i.!H,W 4.6 no no yes 
rename POCKETS "g_" + String(Name(a_$i.)) + "pockets"
delete maps
endfor

You can also do this in the GUI interactively as described here:
Reply all
Reply to author
Forward
0 new messages