Registering a Pipeline

How to add an existing CWL pipeline from GitHub to the Beagle DB

Before a pipeline can be run in Beagle, it must be registered through the Django Admin interface.

  1. Navigate to the "Pipelines" page in the Django Admin:

2. Enter the required information and select "Save"

3. You should now be able to make use of this pipeline any Operator through runner.models.Pipeline object, with the associated name

Last updated

Was this helpful?