Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
c19b05ee
Commit
c19b05ee
authored
May 06, 2019
by
Markus Scheidgen
Browse files
Added mpes parser.
parent
dd501441
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
c19b05ee
...
...
@@ -105,3 +105,6 @@
[submodule "dependencies/parsers/skeleton"]
path = dependencies/parsers/skeleton
url = https://gitlab.mpcdf.mpg.de/nomad-lab/parser-skeleton.git
[submodule "dependencies/parsers/mpes"]
path = dependencies/parsers/mpes
url = https://gitlab.mpcdf.mpg.de/rpx/parser-mpes.git
mpes
@
aa26d45a
Subproject commit aa26d45aafc2e19dda14da1523913eb480092218
nomad/parsing/__init__.py
View file @
c19b05ee
...
...
@@ -365,6 +365,12 @@ parsers = [
parser_class_name
=
'skeletonparser.SkeletonParserInterface'
,
mainfile_mime_re
=
r
'(application/json)|(text/.*)'
,
mainfile_contents_re
=
(
r
'skeleton experimental metadata format'
)
),
LegacyParser
(
name
=
'parsers/mpes'
,
code_name
=
'mpes'
,
domain
=
'EMS'
,
parser_class_name
=
'mpesparser.MPESParserInterface'
,
mainfile_mime_re
=
r
'(application/json)|(text/.*)'
,
mainfile_name_re
=
(
r
'.*'
)
)
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment