From e4cd78ef46f0183f97683722ce0b2480058e6e30 Mon Sep 17 00:00:00 2001 From: Alyssa Dai Date: Wed, 18 Dec 2024 23:01:29 -0500 Subject: [PATCH] update JSONLD regeneration script docstring --- generate_neurobagel_example_jsonlds.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) mode change 100644 => 100755 generate_neurobagel_example_jsonlds.sh diff --git a/generate_neurobagel_example_jsonlds.sh b/generate_neurobagel_example_jsonlds.sh old mode 100644 new mode 100755 index 4846dd6..ab8d312 --- a/generate_neurobagel_example_jsonlds.sh +++ b/generate_neurobagel_example_jsonlds.sh @@ -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