Skip to content

Commit

Permalink
update instruction on regenerating vocab file
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Feb 4, 2025
1 parent 57add5b commit c5701d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ This vocabulary is used by Neurobagel APIs to fetch available attributes and att
When the Neurobagel graph data model is updated (e.g., if new classes or subclasses are created),
this file should be regenerated by running:
```bash
python generate_nb_vocab_file.py
python helper_scripts/generate_nb_vocab_file.py
```
This will create a file called `nb_vocab.ttl` in the current working directory.

0 comments on commit c5701d3

Please sign in to comment.