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.
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
Operator
runner.models.Pipeline
name
Last updated 4 years ago
Was this helpful?