galaxy_get_workflow: Receive workflow metadata from the API

View source: R/2025-10-27_JF_R_Galaxy_functions.R

galaxy_get_workflowR Documentation

Receive workflow metadata from the API

Description

Receive workflow metadata from the API

Usage

galaxy_get_workflow(workflow_id, galaxy_url = "https://usegalaxy.eu")

Arguments

workflow_id

Character. Galaxy workflow ID.

galaxy_url

Character. Base URL of the Galaxy instance (for example "https://usegalaxy.eu"). If the environment variable GALAXY_URL is set, it takes precedence.

Value

a structured list with all metadata

Examples


## Not run: 
galaxy_get_workflow("f2db41e1fa331b3e")

## End(Not run)


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