Running a Pipeline
1. Register the pipeline
Make sure the pipeline object is created through the Beagle Admin page:
http://silo:5001/admin/runner/pipeline/
2. Create an operator
Make sure that there is an operator to associate with the pipeline, and set it to the “active” state:
http://silo:5001/admin/beagle_etl/operator/13/change/
3. Import sample information
Make a request using the Beagle API to import the necessary sample info from LIMS into the DB:
Endpoint:
/v0/etl/import-requests/
Payload:
4. Make a request to start the pipeline run
If you are starting a run from an IGO request ID:
Endpoint:
/v0/run/operator/request/
Payload:
2. Or if you are triggering an operator directly from a previous operator (operator chaining):
Endpoint:
/v0/run/operator/runs/
Payload:
Last updated
Was this helpful?