From 262ab49fc132f13fa5b18f4b5a1c709902a912c7 Mon Sep 17 00:00:00 2001 From: Lukas Pielsticker <50139597+lukaspie@users.noreply.github.com> Date: Tue, 26 Nov 2024 01:14:30 +0100 Subject: [PATCH] use resource in ExampleUploadEntryPoint --- src/pynxtools_mpes/nomad/entrypoints.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pynxtools_mpes/nomad/entrypoints.py b/src/pynxtools_mpes/nomad/entrypoints.py index fcccdb5..ce05477 100644 --- a/src/pynxtools_mpes/nomad/entrypoints.py +++ b/src/pynxtools_mpes/nomad/entrypoints.py @@ -35,6 +35,5 @@ - Binning of raw data (see [here](https://www.nature.com/articles/s41597-020-00769-8) for additional resources) into a h5 file and consecutively generating a NeXus file from it. - An analysis example using data in the NeXus format and employing the [pyARPES](https://github.com/chstan/arpes) analysis tool to reproduce the main findings of [this paper](https://arxiv.org/pdf/2107.07158.pdf). """, - path="nomad/examples", - local_path="examples/data/uploads/mpes.zip", + resources=['nomad/examples/*'] )