Here are a few more examples for downloading the raw data of based on DOI or dataset.
You will have to encode non URL safe characters in potential dataset names (e.g. with a service like [www.urlencoder.org](https://www.urlencoder.org/)):
Or use `PYTHONPATH` so that the cloned code takes precedence over the installed code:
```
```sh
PYTHONPATH=. nomad parser <path-to-example-file>
```
...
...
@@ -437,7 +437,8 @@ The simplest kind of matcher looks like this
```
This matcher uses a single regular expression ([regular expressions documentation](https://docs.python.org/2/library/re.html)) to match a line. An online tool to quickly verify regular expressions and to see what they match can be found [here](https://regex101.com/#python).
This matcher uses a single regular expression ([regular expressions documentation](https://docs.python.org/2/library/re.html))
to match a line. Here is an online tool to quickly [verify regular expressions](https://regex101.com/#python).
Note the following things:
...
...
@@ -622,14 +623,13 @@ object (that might have cached values). This is useful to perform transformation
the data parsed before emitting it.
The simplest way to achieve this is to define methods called onClose and then the section name in the object that you pass as superContext.