Skip to content

Commit

Permalink
use resource in ExampleUploadEntryPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Nov 26, 2024
1 parent 31aba15 commit 10a817a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pynxtools/nomad/entrypoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ def load(self):
This example shows users how to take data from a Python framework and map it out to a Nexus application definition for IV Temperature measurements, [NXiv_temp](https://fairmat-experimental.github.io/nexus-fairmat-proposal/1c3806dba40111f36a16d0205cc39a5b7d52ca2e/classes/contributed_definitions/NXiv_temp.html#nxiv-temp).
We use the Nexus ELN features of Nomad to generate a Nexus file.
""",
path="nomad/examples/iv_temp",
local_path="examples/data/uploads/iv_temp.zip",
plugin_package="pynxtools",
resources=['nomad/examples/iv_temp/*']
)

0 comments on commit 10a817a

Please sign in to comment.