Hi community!,
workflow_archive.yaml (2.0 KB)
I am trying to create some yaml schemas and I was following the tutorial at https://www.youtube.com/watch?v=5VXGZNlz9rc&t=1s
Why the workflow_archive.yaml schema looks different from what is explained at the above video?
I am especially confused when looking at the “section” part in both of the above.
workflow_archive.yaml has the following:
outputs:
- name: final system of production trajectory
section: '../upload/archive/mainfile/Prod-NVT/mdrun_Prod-NVT.log#/run/0/system/10'
The YouTube video uses “sections” opposed to “section” in the workflow_archive.yaml above. Why is it not consistent?
definitions:
name: My Custom Schema
sections:
MySubstrate:
base_sections:
- nomad.datamodel.data.EntryData
quantities:
id:
type: str
Thanks in advance!