From 7a602ee8c4e6833914168802b665b5287298197c Mon Sep 17 00:00:00 2001 From: "P.M. Sutter" Date: Mon, 6 May 2013 03:47:42 -0500 Subject: [PATCH] updates to launchers --- python_tools/void_python_tools/backend/launchers.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python_tools/void_python_tools/backend/launchers.py b/python_tools/void_python_tools/backend/launchers.py index 7dda879..28140ec 100644 --- a/python_tools/void_python_tools/backend/launchers.py +++ b/python_tools/void_python_tools/backend/launchers.py @@ -361,7 +361,7 @@ def launchPrune(sample, binPath, print "done" else: print "FAILED!" - exit(-1) + #exit(-1) else: print "already done!" @@ -407,14 +407,14 @@ def launchVoidOverlap(sample1, sample2, sample1Dir, sample2Dir, str(sampleName2) cmd += " --volFile2=" + sample2Dir+"/vol_" + \ str(sampleName2)+".dat" - cmd += " --voidFile2=" + sample2Dir+"/untrimmed_voidDesc_" + \ + cmd += " --voidFile2=" + sample2Dir+"/voidDesc_" + \ thisDataPortion+"_"+str(sampleName2)+".out" cmd += " --infoFile2=" + sample2Dir+"/zobov_slice_" + \ str(sampleName2)+".par" cmd += " --centerFile2=" + sample2Dir + \ - "/untrimmed_barycenters_"+thisDataPortion+"_"+str(sampleName2)+".out" + "/barycenters_"+thisDataPortion+"_"+str(sampleName2)+".out" cmd += " --shapeFile2=" + sample1Dir + \ - "/untrimmed_shapes_"+thisDataPortion+"_"+str(sampleName1)+".out" + "/shapes_"+thisDataPortion+"_"+str(sampleName1)+".out" cmd += " --zoneFile2=" + sample2Dir+"/voidZone_" + \ str(sampleName2)+".dat" cmd += " --zonePartFile2=" + sample2Dir+"/voidPart_" + \