Skip to content

Commit

Permalink
update JSONLD regeneration script docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Dec 19, 2024
1 parent a82269a commit e4cd78e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion generate_neurobagel_example_jsonlds.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/bin/bash
# Run from repository root

# Steps to use:
# 1. cd into tests/neurobagel_examples and create a new branch for the submodule update
# 2. Run this script from the bagel-cli repository root to regenerate the example synthetic JSONLD files
# in neurobagel_examples.
# 3. In tests/neurobagel_examples, commit the changes, push, and open a PR in the submodule origin repository.

docker build -t bagel .
cd tests
Expand Down

0 comments on commit e4cd78e

Please sign in to comment.