Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation for "how to run a parse" #86

Open
nakib opened this issue Oct 10, 2023 · 2 comments
Open

Improve documentation for "how to run a parse" #86

nakib opened this issue Oct 10, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@nakib
Copy link

nakib commented Oct 10, 2023

I'm requesting improvement of the doc at http://nomad-lab.eu/prod/v1/staging/docs/apis/local_parsers.html

Details:

  1. The concept of a parser might not be familiar to the user, so a link to the doc describing it would help.
  2. A lot of the doc is about handling potential troubleshooting related to installing a dependency. This could be handled in a separate doc and be linked from here.
  3. Add a link to the normalization doc.
  4. Explain under what circumstances can the normalization step may be skipped?
  5. The python code should explain that the normalization step may be commented out for the case when normalization is not required.
@markus1978 markus1978 added the documentation Improvements or additions to documentation label Oct 20, 2023
@hampusnasstrom
Copy link
Contributor

Hello, I followed tutorial 13 but executed the following command:

nomad parse tests/data/test_sintering.archive.yaml --show-archive > normalized.archive.json

the following error appears even though everything is configured correctly in my environment: ModuleNotFoundError: No module named 'sintering' You are accessing functionality that requires extra dependencies. Check the NOMAD documentation or install all extra dependencies: pip install nomad-lab[infrastructure,dev]

But these modules are well installed too.

@PauloGitHB this is probably not the best place to discuss this problem as this is not an issue concerning the parsing documentation. I would recommend to either ask on our Discord server: https://discord.gg/Gyzx3ukUw8 (recommended as I believe it's an issue with your environment and not a problem with NOMAD), or open a separate issue describing your problem, ideally with a link to a repository where you are working and a set of steps for how to reproduce your issue.

That being said, the error states that you don't have a module called 'sintering' which would either suggest that you have not installed the plugin you are developing in your environment or that said plugin doesn't include a module called 'sintering'.

@PauloGitHB
Copy link

PauloGitHB commented Sep 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants