Fix a typo in Chromatin and Chromosomes exec_after_process hook.

This commit is contained in:
Greg Von Kuster
2008-06-09 17:13:38 +00:00
parent a2bb0fe114
commit 74da99d8f2
+1 -1
View File
@@ -48,5 +48,5 @@ def exec_after_process(app, inp_data, out_data, param_dict, tool, stdout, stderr
newdata.dbkey = dbkey
newdata.set_meta()
newdata.set_peek()
new_data.set_size()
newdata.set_size()
app.model.flush()