Galaxy-class: Galaxy session object

Galaxy-classR Documentation

Galaxy session object

Description

An S4 class used to carry state across a pipe‑based workflow against a Galaxy instance.

Slots

history_name

Default name to give to a new history.

history_id

Encoded ID of the history on the server.

input_dataset_id

Encoded ID of the last uploaded input dataset.

inputs

A list of tool/workflow inputs to be applied on the next call.

invocation_id

Encoded ID of the last workflow invocation.

output_dataset_ids

Character vector of encoded output dataset IDs.

state

One of "new", "pending", "success" or "error".

galaxy_url

Base URL of the Galaxy instance.


GalaxyR documentation built on July 6, 2026, 5:08 p.m.