mxcube / mxcubeweb

MXCuBE-Web
http://mxcube.github.io/mxcubeweb/
GNU Lesser General Public License v3.0
25 stars 39 forks source link

adds support for configuring hardware objects with YAML files #1474

Open elmjag opened 1 month ago

elmjag commented 1 month ago

The changes required for MXCuBE-web to work with mxcubecore with these changes: https://github.com/mxcube/mxcubecore/pull/1062

That is, adapt MXCuBE-web to work with YAML config files.

Also adds new demo.yaml directory, which is the demo beamline configured with YAML files.

Putting this as Draft for now. Let's discuss first discuss these changes at the upcoming developers meeting.

elmjag commented 1 month ago

The CI test are failing, because they need mxcubecore version as in this PR: https://github.com/mxcube/mxcubecore/pull/1062