A script that will load all of the structures from my PDB search.

15 views
Skip to first unread message

Andrew Orry

unread,
Jun 23, 2017, 7:39:41 PM6/23/17
to MolSoft ICM Knowledge Base
Q.
I have done a PDB search using the search tab. I now want to load each structure automatically into ICM. How can I do this?
A.
When you perform a search using the PDB search tab a table called PDBSearchResults will be displayed and the PDB id is in the column 'ID'.
This short script will loop through the table and load the structure into ICM.

 for i=1,Nof(PDBSearchResults)
   read pdb PDBSearchResults.ID [i]
 endfor

Ruben

unread,
Jun 26, 2017, 11:59:11 AM6/26/17
to MolSoft ICM Knowledge Base
It will also work without a loop, like this

read pdb PDBSearchResults.ID

(ICM can read pdb from a string array).

Ruben
Reply all
Reply to author
Forward
0 new messages