fixed bug in launching void overlap code

This commit is contained in:
P.M. Sutter 2016-03-13 08:36:10 -05:00
parent ef3139d886
commit d3ba773b1b

View file

@ -561,6 +561,8 @@ def launchVoidOverlap(sample1, sample2, sample1Dir, sample2Dir,
if sample1.dataType == "observation" or sample2.dataType == "observation": if sample1.dataType == "observation" or sample2.dataType == "observation":
observationLine = " --isObservation" observationLine = " --isObservation"
else:
observationLine = ""
if not (continueRun and jobSuccessful(logFile, "Done!\n")): if not (continueRun and jobSuccessful(logFile, "Done!\n")):
cmd = binPath cmd = binPath