From c0688e3a7ee2d250c57f35e0297cc2e985ced454 Mon Sep 17 00:00:00 2001 From: Amir Golparvar Date: Tue, 1 Oct 2024 12:16:52 +0200 Subject: [PATCH] updated yaml files --- .../parsers/chemotion/nomad_plugin.yaml | 21 ++++++++++++++++++ .../parsers/elabftw/nomad_plugin.yaml | 22 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 src/nomad_external_eln_integrations/parsers/chemotion/nomad_plugin.yaml diff --git a/src/nomad_external_eln_integrations/parsers/chemotion/nomad_plugin.yaml b/src/nomad_external_eln_integrations/parsers/chemotion/nomad_plugin.yaml new file mode 100644 index 0000000..cb4e57f --- /dev/null +++ b/src/nomad_external_eln_integrations/parsers/chemotion/nomad_plugin.yaml @@ -0,0 +1,21 @@ +code_category: ELN +code_homepage: https://chemotion.net/ +code_name: Chemotion +metadata: + codeCategory: ELN + codeLabel: Chemotion + codeLabelStyle: 'capitals: C.' + codeName: Chemotion + codeUrl: https://chemotion.net/ + parserDirName: nomad/parsing/chemotion + parserGitUrl: https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git + preabmle: "" + status: production + tableOfFiles: | + |Input Filename| Description| + |--- | --- | + |`*.export.json` | **Mainfile** as part of the .eln chemotion export | + |`*` | Files in .eln chemotion export that are references by the mainfile and description.txt | +name: parsers/chemotion +parser_class_name: nomad.parsing.chemotion.ChemotionParser +python_package: nomad.parsing.chemotion \ No newline at end of file diff --git a/src/nomad_external_eln_integrations/parsers/elabftw/nomad_plugin.yaml b/src/nomad_external_eln_integrations/parsers/elabftw/nomad_plugin.yaml index e69de29..a501d84 100644 --- a/src/nomad_external_eln_integrations/parsers/elabftw/nomad_plugin.yaml +++ b/src/nomad_external_eln_integrations/parsers/elabftw/nomad_plugin.yaml @@ -0,0 +1,22 @@ +code_category: ELN +code_homepage: https://www.elabftw.net/ +code_name: eLabFTW +metadata: + codeCategory: ELN + codeLabel: eLabFTW + codeLabelStyle: 'capitals: L, F, T, W.' + codeName: elabftw + codeUrl: https://www.elabftw.net/ + parserDirName: nomad/parsing/elabftw + parserGitUrl: https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git + preabmle: "" + status: production + tableOfFiles: | + |Input Filename| Description| + |--- | --- | + |`*.ro-crate-metadata.json` | **Mainfile** as part of the .eln eLabFTW export | + |`*` | Files in .eln eLabFTW export that are potentially references by the mainfile | +name: parsers/elabftw +parser_class_name: nomad.parsing.elabftw.ELabFTWParser +python_package: nomad.parsing.elabftw +plugin_source_code_url: https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR/-/tree/develop/nomad/parsing/elabftw