Create Run
Submit a new run.
Request body
Git URL of the Snakemake workflow repository to clone and run.
Git branch, tag, or commit SHA to check out. Defaults to the repository's default branch.
Path to a Snakemake config file in the workflow repo.
Additional snakemake arguments appended to the backend's execution defaults. No need to pass own execution defaults like --cores or --profile.
Files written into the working directory before execution. Keys are repo-relative paths, values are file contents.
Environment variables set before execution. Keys are variable names, values are their contents.
Paths of .nc output files to import as networks after the run completes.
Snakedispatch backend that executes this run. Required when more than one backend is active.
Resource visibility options for access control
Webhook invoked when the run finishes. Host must match the allowed callback domains setting.
Response
Successful Response
Run status, mirrors Snakedispatch's JobStatus.
Resource visibility options for access control
Changes
No recorded changes to this endpoint across all 1 revision of this API.