Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
3a62c57e
Commit
3a62c57e
authored
Jan 12, 2021
by
Markus Scheidgen
Browse files
Merge branch 'external-dbs' into 'v0.9.9'
Added more names for external_db.
#330
See merge request
!239
parents
410d8d97
1174fc4f
Pipeline
#90928
passed with stages
in 35 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/datamodel/datamodel.py
View file @
3a62c57e
...
...
@@ -424,7 +424,7 @@ class EntryMetadata(metainfo.MSection):
a_search
=
Search
())
external_db
=
metainfo
.
Quantity
(
type
=
metainfo
.
MEnum
(
'EELSDB'
,
'Materials Project'
),
categories
=
[
MongoMetadata
,
UserProvidableMetadata
],
type
=
metainfo
.
MEnum
(
'EELSDB'
,
'Materials Project'
,
'AFLOW'
,
'OQMD'
),
categories
=
[
MongoMetadata
,
UserProvidableMetadata
],
description
=
'The repository or external database where the original data resides'
,
a_search
=
Search
())
...
...
Write
Preview
Markdown
is supported
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