|
@@ -12,8 +12,8 @@ def main(configFile):
|
|
|
xsetup=json.load(f)
|
|
|
db,fb=getData.connectDB(xsetup['network'])
|
|
|
|
|
|
- summaryIVF=analysis.summaryPixelIVF(db,fb,setup)
|
|
|
- analysis.storeIVF(db,setup,summaryIVF)
|
|
|
+ summaryIVF=analysis.summaryPixelIVF(db,fb,xsetup)
|
|
|
+ analysis.storeIVF(db,xsetup,summaryIVF)
|
|
|
|
|
|
|
|
|
if __name__=="__main__":
|