Skip to content

Commit

Permalink
updated yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
amirgolp committed Oct 1, 2024
1 parent 7434ccf commit c0688e3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c0688e3

Please sign in to comment.