Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect invocation of add_data_to_graph.sh for Stardog setup #93

Closed
alyssadai opened this issue Sep 23, 2023 · 0 comments · Fixed by #92
Closed

Incorrect invocation of add_data_to_graph.sh for Stardog setup #93

alyssadai opened this issue Sep 23, 2023 · 0 comments · Fixed by #92
Assignees

Comments

@alyssadai
Copy link
Contributor

In this section of the graph setup page https://neurobagel.org/infrastructure/#uploading-example-neurobagel-data,

the invocation of add_data_to_graph.sh uses values for the graph URL and database arguments that is for GraphDB syntax instead of Stardog.

Instead of:

./add_data_to_graph.sh PATH/TO/neurobagel_examples/data-upload/pheno-bids-output \ 
  localhost:7200 repositories/my_db/statements NewUser NewUserPassword \
  --clear-data

it should be

./add_data_to_graph.sh PATH/TO/neurobagel_examples/data-upload/pheno-bids-output \ 
  localhost:5820 my_db NewUser NewUserPassword \
  --clear-data
@alyssadai alyssadai added the flag:schedule Flag issue that should go on the roadmap or backlog. label Sep 23, 2023
@alyssadai alyssadai moved this to Backlog in Neurobagel Sep 25, 2023
@alyssadai alyssadai added bug:docs and removed flag:schedule Flag issue that should go on the roadmap or backlog. labels Sep 25, 2023
surchs added a commit that referenced this issue Sep 25, 2023
@surchs surchs moved this from Backlog to Implement - Active in Neurobagel Sep 25, 2023
@surchs surchs moved this from Implement - Active to Implement - Done in Neurobagel Sep 25, 2023
@rmanaem rmanaem moved this from Implement - Done to Review - Active in Neurobagel Sep 25, 2023
@surchs surchs self-assigned this Sep 25, 2023
surchs added a commit that referenced this issue Sep 26, 2023
* Explain the difference between backend and graph

* Explain license differences

* Explain changes to env variables

* Describe initial security setup

* Adding DB user

* Split upload instructions for graph backend

Fixes #93

* Use consistent user name templates across both backends

Fixes neurobagel/api#119

* Also talk about query tool

and show it with a nicer figure
@github-project-automation github-project-automation bot moved this from Review - Active to Review - Done in Neurobagel Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants