Skip to content

Commit

Permalink
Add nomad plugin yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Dec 4, 2023
1 parent 028b50c commit 3656032
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
authors = [{ name = "The NOMAD Authors" }]
license = { text = "Apache-2.0" }
dependencies = [
#"nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop",
"nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop",
"nomad-schema-plugin-simulation-workflow@git+https://github.com/nomad-coe/nomad-schema-plugin-simulation-workflow.git@develop"
]

Expand Down
5 changes: 5 additions & 0 deletions simulationworkflownormalizer/nomad_plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
plugin_type: normalizer
name: simulationworkflownormalizer
description: |
This is the normalizer for simulation workflows in NOMAD.
normalizer_class_name: simulationworkflownormalizer.SimulationWorkflowNormalizer

0 comments on commit 3656032

Please sign in to comment.