From 9c27675bd2d84ae8823a16b130730b51a478fee1 Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed <fawzi.mohamed@fhi-berlin.mpg.de> Date: Mon, 19 Feb 2018 15:25:34 +0100 Subject: [PATCH] source_references -> calculation_file_uri --- .../nomad_meta_info/public.nomadmetainfo.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/meta_info/nomad_meta_info/public.nomadmetainfo.json b/meta_info/nomad_meta_info/public.nomadmetainfo.json index 40f4876..ceb2b4b 100644 --- a/meta_info/nomad_meta_info/public.nomadmetainfo.json +++ b/meta_info/nomad_meta_info/public.nomadmetainfo.json @@ -565,6 +565,15 @@ "kindStr": "type_section", "name": "calculation_context", "superNames": [] + }, { + "description": "Contains the nomad uri of a raw the data file connected to the current run. There should be an value for the main_file_uri and all ancillary files.", + "dtypeStr": "C", + "name": "calculation_file_uri", + "repeats": true, + "shape": [], + "superNames": [ + "section_run" + ] }, { "description": "unique identifier of a calculation.", "dtypeStr": "C", @@ -3588,15 +3597,6 @@ "superNames": [ "section_calculation_info" ] - }, { - "description": "Contain the references to the location of the raw the data files (uris) used to extract the information about this run. This is the main_file_uri and all ancillary files.", - "dtypeStr": "C", - "name": "source_references", - "repeats": true, - "shape": [], - "superNames": [ - "section_run" - ] }, { "derived": true, "description": "Specifies the International Union of Crystallography (IUC) number of the 3D space group of this system.", -- GitLab