Example #1
0
    def __init__(self):
        """
        """
        EDPluginExecProcessScript.__init__(self)
        self.setXSDataInputClass(XSDataInputDamaver)

        self.__xsDataResult = XSDataResultDamaver()

        self.__strSymmetry = ''
        self.__bAutomatic = True
Example #2
0
    def postProcess(self, _edObject=None):
        EDPluginExecProcessScript.postProcess(self)
        EDVerbose.DEBUG("EDPluginExecDamaverv0_1.postProcess")
        # Create some output data
        xsDataResult = XSDataResultDamaver()
        self.setDataOutput(xsDataResult)

        self.outputDamaverPdbFiles()
        if self.__bAutomatic:
            self.parseDamselLog()

        self.setDataOutput(self.__xsDataResult)