API endpoint for accessing private Nextflow pipeline schemas
acknowledged
Adam Talbot
To evaluate pipeline parameters early we need a way of accessing the schema in a private pipeline outside of Seqera Platform.
Since the platform has already retrieved the schema, it would be good to have an API for retrieving the schema and using internally, e.g.
GET /workflows/${workflowId}/schema
returning a JSON body.We could then use it in out-of-platform tools (e.g.
nextflow launch
, Tower CLI, Node-RED) for validation of pipeline parameters early.Rob Newman
marked this post as
acknowledged
Adam Talbot
also might be relevant for retrieving a samplesheet schema for validating a dataset.