示例#1
0
 def binary_check(self):
     if (not is_program_exist(self.binary)) or (not is_program_exist(self.makeblastdb)):
         raise ModuleBinaryError, missing_binary_error_text
示例#2
0
 def binary_check(self):
     if (not is_program_exist(self.binary)) or (not is_program_exist(self.makeblastdb)):
         raise ModuleBinaryError(missing_binary_error_text)