def binary_check(self): if (not is_program_exist(self.binary)) or (not is_program_exist(self.makeblastdb)): raise ModuleBinaryError, missing_binary_error_text
def binary_check(self): if (not is_program_exist(self.binary)) or (not is_program_exist(self.makeblastdb)): raise ModuleBinaryError(missing_binary_error_text)