-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Issue
Complex experimental data should be expressed in a declarative manner such that it is easy for a user to interact with the system. If a scientist wants to define an experiment they can do so using a yaml file like so:
experiment_template:
name: PCR
actions:
- name: Heat
parameters:
- name: Temperature
type: floatA pydantic schema can validate such a yaml file OR data coming in from an API.
Metadata
Metadata
Assignees
Labels
No labels