nomad-coe / nomad-schema-plugin-example

This is an example for NOMAD schema plugins. It should be forked to create actual plugins.
Apache License 2.0
14 stars 17 forks source link

`data` item could not be found error #4

Closed ericpre closed 1 year ago

ericpre commented 1 year ago

I have tried to install a schema plugin for experimental data and I have the following issue: no data appear in the GUI.

The images below have been generated using the plugin of this repository:

image

image

And the log looks fine - the message of the plugin 'ExampleSection.normalize called' is displayed: image

Any idea what is wrong?

ericpre commented 1 year ago

It seems that this is working when using https://nomad-lab.eu/prod/v1/staging/docs/assets/nomad-oasis-with-plugins.zip but not manually editing the standard configuration files, following the instructions in https://nomad-lab.eu/prod/v1/staging/docs/plugins/plugins.html#mount-into-a-nomad-oasis.

The file and file permissions in both cases look the same and I can't see any difference between the two cases... I am a bit puzzled...

ericpre commented 1 year ago

Now working after https://github.com/nomad-coe/nomad/issues/80 was sorted - most likely an installation issue?!