nomad-coe / nomad

NOMAD lets you manage and share your materials science data in a way that makes it truly useful to you, your group, and the community.
https://nomad-lab.eu
Apache License 2.0
64 stars 14 forks source link

A few docs errors related to parsing #61

Closed Andrew-S-Rosen closed 1 year ago

Andrew-S-Rosen commented 1 year ago

On this page, the docs say to run nomad parser --show-archive <path-to-your-mainfile-code-output-file>, but I believe it should be nomad parse instead of nomad parser.


On this page it says nomad-lab[parsing] whereas on this page it says nomad-lab[parsers] for the pip install. I believe it should be the former.


On this page, it says to use archive.run[0] when I think it should be archive.section_run[0].

TLCFEM commented 1 year ago

On this page, the docs say to run nomad parser --show-archive , but I believe it should be nomad parse instead of nomad parser.

Yes it should be parse

On this page it says nomad-lab[parsing] whereas on this page it says nomad-lab[parsers] for the pip install. I believe it should be the former.

Yes, it should be parsing.

On this page, it says to use archive.run[0] when I think it should be archive.section_run[0].

It is actually archive.run[0].

The local parser doc seesm to be out-of-sync.

It is fixed in gitlab https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR/-/merge_requests/1212