def __init__(self, **kwargs):
     ProtocolViewer.__init__(self, **kwargs)
     self.dataDict = json.loads(str(self.protocol.stringDataDict),
                                object_pairs_hook=collections.OrderedDict)
     self.plots = glob.glob(self.protocol._getExtraPath("*_plots"))[0]
     self.EMRINGERSUBPLOTSFILENAME = self.protocol._getExtraPath(
         self.EMRINGERSUBPLOTSFILENAME)
    def __init__(self, **kwargs):

        ProtocolViewer.__init__(self, **kwargs)
        self.c, self.conn = self.protocol.prepareDataBase(drop=False)
        # compute all pairs of chains that interact
        # this information is needed for the menu
        self.pairChains = self._displayPairChains()
 def __init__(self, **kwargs):
     ProtocolViewer.__init__(self, **kwargs)
     self.protocol._initialize()
     self._micInfoList = None
     self.xMax = None
     self.yMax = None
     self._currentMicIndex = 0
     self._oldCurrentMicIndex = 0
     self._currentMicId = 1
     self._loadAnalyzeInfo()
Esempio n. 4
0
 def __init__(self, *args, **kwargs):
     ProtocolViewer.__init__(self, *args, **kwargs)
 def __init__(self, **args):
     ProtocolViewer.__init__(self, **args)
Esempio n. 6
0
 def __init__(self, **kwargs):
     ProtocolViewer.__init__(self, **kwargs)
     self._data = None
Esempio n. 7
0
 def __init__(self, *args, **kwargs):
     ProtocolViewer.__init__(self, *args, **kwargs)
     sys.path.append(os.environ['RESMAP_HOME'])
Esempio n. 8
0
 def __init__(self, *args, **kwargs):
     ProtocolViewer.__init__(self, *args, **kwargs)
     sys.path.append(os.environ['RESMAP_HOME'])
 def setProtocol(self, protocol):
     ProtocolViewer.setProtocol(self, protocol)
     self.__defineParams(self._form)
     self._createVarsFromDefinition()
Esempio n. 10
0
 def __init__(self, **kwargs):
     ProtocolViewer.__init__(self, **kwargs)
     self.parseFile = ParseFile(
         self.protocol._getExtraPath(self.protocol.refineLogFileName),
         self.getTkRoot(),
         self.protocol.nRefCycle.get() + 1)
Esempio n. 11
0
 def __init__(self, **kwargs):
     ProtocolViewer.__init__(self, **kwargs)
     self._data = None