Loading multiple traces
To load an arbitrary number of structures and to map as many traces,
write a PyMOL script in the format shown below. Run the script in PyMOL, then open the PyETV plugin.
Each trace will be allocated its own tabbed folder in the plugin.
Evolutionary Trace ranks files may be loaded from a URL (internet) or local directory.
#Load the structures
load query_1gotA.pdb, 1gotA
load query_1gotB.pdb, 1gotB
load query_1gotG.pdb, 1gotG
zoom
#Values used by the plugin when it is opened
#Specify Python list of structure names
cmd._et_tools_structurenamelist=['1gotA','1gotB','1gotG']
#Specify Python list of ET ranks files, one for each structure
cmd._et_tools_etvxurllist=['C:\ET_1gotA.ranks','C:\\1gotB.ranks','http://mammoth.bcm.tmc.edu/ETserver2/pdbeasytrace/1gotG.ranks']
#Specify default tab folder when plugin is opened
cmd._et_tools_selectpage='1gotA'
Example pymol scripts:
1got.pml,
1gotBA.pml