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

automatic processing of OpenNeuro annotations #77

Closed
8 tasks done
surchs opened this issue Nov 17, 2023 · 4 comments
Closed
8 tasks done

automatic processing of OpenNeuro annotations #77

surchs opened this issue Nov 17, 2023 · 4 comments
Labels
Milestone Used to track other issues that are required to complete the milestone.

Comments

@surchs
Copy link
Contributor

surchs commented Nov 17, 2023

Context

We now have https://github.com/OpenNeuroDatasets-jsonld for OpenNeuro forks. But so far everything happens manually (pushing a change, pulling in an upstream change, listening to a change and then processing the new version). Now we want things to happen automatically.

https://hackmd.io/bbi4VBoGREyb4m820coQww

Why

Outcomes

  • there is a fork in https://github.com/OpenNeuroDatasets-jsonld for every OpenNeuro dataset
  • when upstream changes, that change automatically makes it into the fork (e.g. cron job)
  • when we (semi-) manually push to the fork from our side (e.g. to add annotations), this gets combined into a shared history
  • when either upstream or direct changes happen to the default branch of the fork, a CI job processes the entire fork with the neurobagel CLI and makes a .jsonld file ready for the graph
    • we need help on this one
    • we know where to run the CLI (with enough resources) + where outputs should be stored (outputs should be all in one repo)
  • that new .jsonld file is then stored somewhere we can easily (ideally automatically) pick it up to push it into the graph
  • Enable CORS tools#19

What

@surchs surchs added the Milestone Used to track other issues that are required to complete the milestone. label Nov 17, 2023
@alyssadai
Copy link

Here's our tentative script to run the CLI on one dataset: https://github.com/neurobagel/bulk_annotations/blob/main/datalad_get_single_dataset.sh

@alyssadai
Copy link

@surchs surchs mentioned this issue Jan 24, 2024
3 tasks
@rmanaem
Copy link
Contributor

rmanaem commented Mar 21, 2024

Image

@rmanaem
Copy link
Contributor

rmanaem commented Jun 10, 2024

Closing this as complete as all desired outcomes have been achieved.

@rmanaem rmanaem closed this as completed Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Milestone Used to track other issues that are required to complete the milestone.
Projects
Status: Review - Done
Development

No branches or pull requests

3 participants