mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Eight more execution-path attrs surfaced by API tests: - ``execute`` — the tool execute method itself. - ``expand_incoming`` — parameter expansion for multi-run / map-over. - ``params_to_strings`` — parameter serialisation. - ``tool_action`` — execution action dispatch. - ``tool_dir`` — on-disk directory accessor (read by some callers). - ``completed_jobs`` — job-search-by-tool API. - ``get_default_history_by_trans`` — default-history lookup during execute. - ``regenerate_imported_metadata_if_needed`` — import/export job path. All execution-path; correct to materialise on first read.