Skip to content

Commit

Permalink
update generic pipeline interface
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Aug 29, 2024
1 parent 9846d58 commit 6291f1d
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions schemas/pipelines/pipeline_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,20 @@ properties:
type: string
enum: ["project", "sample"]
description: "type of the pipeline, either 'project' or 'sample'"
command_template:
type: string
description: "Jinja2-like template to construct the command to run"
path:
type: string
description: "path to the pipeline program. Relative to pipeline interface file or absolute."
sample_interface:
type: object
description: "sample-level interface"
properties:
command_template:
type: string
description: "Jinja2-like template to construct the command to run"
project_interface:
type: object
description: "project-level interface"
properties:
command_template:
type: string
description: "Jinja2-like template to construct the command to run"
compute:
type: object
description: "Section that defines compute environment settings"
Expand Down

0 comments on commit 6291f1d

Please sign in to comment.