Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write nexus section v1 xrd ref #111

Closed
Closed
3 changes: 3 additions & 0 deletions nomad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ normalize:
plugins:
include:
- parsers/nomad_measurements/xrd
- pynxtools.nomad.entrypoints:nexus_data_converter
- pynxtools.nomad.entrypoints:nexus_parser
- pynxtools.nomad.entrypoints:nexus_schema
options:
parsers/nomad_measurements/xrd:
python_package: nomad_measurements.xrd.parser
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ classifiers = [
dependencies = [
"nomad-lab>=1.3.3.dev86",
"xmltodict==0.13.0",
"fairmat-readers-xrd~=0.0.3"
"fairmat-readers-xrd~=0.0.3",
"pynxtools>=0.6.0",
"pynxtools-xrd>=0.0.2"
]
[project.optional-dependencies]
dev = [
Expand Down
Loading