Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.44 KB

invoke-workflow-using-api.md

File metadata and controls

20 lines (13 loc) · 1.44 KB

Invoking the SDR workflow using the API

It is often useful to be able launch workflows without the use of the Galaxy GUI. In this guide we will give details of an approach to automating this task, specific to the SDR.

There are several ways to invoke Galaxy workflows using the Galaxy API, including:

  • Using the raw API
  • Using the BioBlend wrapper library
  • Using the Parsec CLI

Galaxy provide a general tutorial on this topic which details how to move from the basics of invoking the API (including API key acquisition), to developing scripts for workflow invocation, to using the BioBlend library to provide an object oriented approach.

In this document, however, we will focus solely on the SDR use-case.

Invoking the main SDR workflow

Requirements