-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: Adding neuroglancer utility #381
base: main
Are you sure you want to change the base?
Conversation
@cli.command() | ||
@click.argument("run_id", required=True, type=int) | ||
@click.argument("graphql_url", required=False, type=str, default=STAGING_GRAPHQL_URL) | ||
@click.argument("output_fileserver", required=False, type=str, default=STAGING_FILESERVER) | ||
@click.option("--print-link", type=bool, is_flag=True, default=False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add docs for these?
I suspect @uermel wanted a markdown file in the docs directory? |
I'm fine with this. It may be nice to add the ability to do this via dataset id + run name, because run IDs differ between the environments. When I was reviewing this I think I accidentally tried a prod ID with the staging env, and didn't realize why it broke. |
@jgadling Instead of merging this, what are your thoughts on implementing the translation in the db-import as we had discussed offline? |
Relates to
Description
Provides ability to view the neuroglancer changes in staging before syncing it to prod.
For example, renders the neurglancer config for the run 16731 with staging resources: