-
Notifications
You must be signed in to change notification settings - Fork 4
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
improving documentation #7
Open
jakobtroidl
wants to merge
10
commits into
seung-lab:main
Choose a base branch
from
jakobtroidl:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
1fa40a9
Update 1.chunkedgraph.md
jakobtroidl 3a90e72
Update 1.chunkedgraph.md
jakobtroidl e1d4e0e
Update 1.chunkedgraph.md
jakobtroidl a949ccb
Update 1.chunkedgraph.md
jakobtroidl dcc2a55
Update 1.chunkedgraph.md
jakobtroidl 8ef7b35
Merge branch 'seung-lab:main' into main
jakobtroidl 1b1a477
Update 1.chunkedgraph.md
jakobtroidl 8ccf426
Update 1.chunkedgraph.md
jakobtroidl dbc51df
Update 1.chunkedgraph.md
jakobtroidl b28ad56
Merge remote-tracking branch 'seung-lab/main' into main
jakobtroidl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,8 @@ and link the image and tag in `values.yaml` (refer to `example_values.yaml`). | |
|
||
> NOTE: Depending on your dataset, you will need to figure out the optimal limits for cpu and memory in your worker deployments. To do that adjust the `count` and `machine` variables in terraform.tfvars. It can vary with chunk size, size of supervoxels (atomic semgents in layer 1), number of edges per chunk and so on. | ||
|
||
> NOTE: The bucket storing the edges, components etc must be public. The bucket is also linked in `example_values.yaml` [here](https://github.com/seung-lab/CAVEpipelines/blob/4d0ee8d98fb8891074d6e1115ed9394e6a021cd5/helm/pychunkedgraph/example_values.yaml#L29). | ||
|
||
#### Chart Installation | ||
When all variables are ready, rename your values file to `values.yaml` (ignored by git because it can contain sensitive information). Then run: | ||
|
||
|
@@ -83,7 +85,7 @@ Pods should now be in `Running` status, provided there were no issues. Run the f | |
```shell | ||
$ kubectl exec -ti deploy/master -- bash | ||
// now you're in the container | ||
> ingest graph <unique_test_bigtable_name> datasets/test.yml --test | ||
> ingest graph <unique_test_bigtable_name> datasets/test.yml --test // avoid dashes in <unique_test_bigtable_name>, neuroglancer can't handle them | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it might be cave code that has issues with dashes. It is better to just say use underscores instead. |
||
``` | ||
|
||
[RQ](https://python-rq.org/docs/) is used to create jobs. This library uses `redis` as a task queue. | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
The bucket with segmentation data needs to be public, not the one with edges and components. They do not need to be in the same bucket. It needs to be public for neuroglancer to read.