Imported modules
|
|
from AlignPlot import ActivePlot
import Collaboratory.API
from MSFViewer import MSF
from OpenSave import OpenModeless
import Pmw
import Tkinter
import chimera
from chimera import replyobj, resCode
from chimera.baseDialog import ModelessDialog
import math
import os
import os.path
import re
import string
|
Functions
|
|
createCollabInstance
run
|
|
createCollabInstance
|
createCollabInstance ( extensionName, d )
|
|
run
|
run ( extensionName )
Invocation function called by Chimera extension manager object
|
Classes
|
|
MinrmsAlignment | Read in an MSF file and find the matching pairs of
|
MinrmsMolecule | Read in a PDB file, open it in Chimera, and construct
|
MinrmsPlot | Display the results from a Minrms structure alignment run.
|
OpenDialog | Dialog for opening a Minrms information file.
|
|