Imported modules
|
|
from AlignDialog import AlignDialog
from AssessDialog import AssessDialog
from AssociationsDialog import AssociationsDialog
from FindDialog import FindDialog
from PrefDialog import PrefDialog
from RegionBrowser import RegionBrowser
from SeqCanvas import SeqCanvas
from SimpleSession import SAVE_SESSION
import Tkinter
import chimera
from chimera import replyobj, CLOSE_SESSION
from chimera.baseDialog import ModelessDialog
import os
from prefs import prefs, LOAD_PDB_AUTO, LOAD_SCOP, LOAD_PDB_NAME_EXACT, LOAD_PDB_NAME_START, LOAD_PDB_NAME_NCBI, LOAD_PDB_NAME_VARSTART, LOAD_PDB_NAME_VARSTART_VAL, LOAD_PDB_DO_LIMIT, LOAD_PDB_LIMIT
|
Functions
|
|
restoreMAV
|
|
restoreMAV
|
restoreMAV (
seqs,
restoreString,
quitCB=None,
frame=None,
ownSeqs=0,
)
restore MAV from session
|
Classes
|
|
MAViewer | MAViewer displays a multiple alignment
|
|
|