Skip to content

Allow for command line forced parser matching

Allow the user to enforce a parser choice via the command line nomad parse. To respect the interface with other components, this is done by adding the flag --force_parser, i.e.

nomad parse --parser parser/vasp --force_parser <path to auxiliary output>

The description in nomad parse --help has been updated to

  • distinguish both flags
  • give examples on parser name formatting
  • warn the user of the risks

Closes #1435 (closed)

Edited by Nathan Daelman

Merge request reports