Exemplo n.º 1
0
 def __init__(self):
     self.processDirectory = True
     self.num_operations = 0
     self.operations_so_far = IntegerWrapper(0)
     #self.ccfx = CCFXEntryPoint('/home/tang/research/linux/Repertoire/ccFinderx/ccfx', 40, False, True)
     #self.ccfx = CCFXEntryPoint('/home/tang/nas11/research/ray/project/Repertoire/ccFinderx/ccfx', 40, False, True)
     self.ccfx = CCFXEntryPoint(
         '/if7/ct4ew/research/ray/project/Repertoire_new/ccFinderx/ccfx',
         40, False, True)
     self.flags = {"No": True, "Yes": False}
     self.path = {}
     self.isProcessDiff = False
     self.tmpPath = None
     self.outPath = None