コード例 #1
0
 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)
コード例 #2
0
    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()
コード例 #3
0
 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()
コード例 #4
0
 def __init__(self, *args, **kwargs):
     ProtocolViewer.__init__(self, *args, **kwargs)
コード例 #5
0
 def __init__(self, **args):
     ProtocolViewer.__init__(self, **args)
コード例 #6
0
 def __init__(self, **kwargs):
     ProtocolViewer.__init__(self, **kwargs)
     self._data = None
コード例 #7
0
 def __init__(self, *args, **kwargs):
     ProtocolViewer.__init__(self, *args, **kwargs)
     sys.path.append(os.environ['RESMAP_HOME'])
コード例 #8
0
ファイル: viewer_resmap.py プロジェクト: I2PC/scipion
 def __init__(self, *args, **kwargs):
     ProtocolViewer.__init__(self, *args, **kwargs)
     sys.path.append(os.environ['RESMAP_HOME'])
コード例 #9
0
 def setProtocol(self, protocol):
     ProtocolViewer.setProtocol(self, protocol)
     self.__defineParams(self._form)
     self._createVarsFromDefinition()
コード例 #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)
コード例 #11
0
ファイル: viewer_nma_dimred.py プロジェクト: I2PC/scipion
 def __init__(self, **kwargs):
     ProtocolViewer.__init__(self, **kwargs)
     self._data = None