view plink_code_file.py @ 2:ed946e888494 draft

Remove Galaxy version restriction.
author blankenberg
date Wed, 09 Oct 2019 10:01:45 -0400
parents 44f3e5c09f01
children
line wrap: on
line source

def exec_after_process(app, inp_data, out_data, param_dict, tool, stdout, stderr):
    for name, data in out_data.items():
        if data.has_data():
            data.visible = True
            app.model.context.add(data)
    app.model.context.flush()