mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Fix a typo in Chromatin and Chromosomes exec_after_process hook.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user