-
Notifications
You must be signed in to change notification settings - Fork 24
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
Download Sample Datasets #3725
Merged
Merged
Download Sample Datasets #3725
Changes from 25 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
567ab8f
[WIP] download demo dataset
fm3 ab27fcd
prepare download + guard
fm3 0c95bcd
Merge branch 'master' into demo-dataset
fm3 0df51af
list available sample datasets, enable download
fm3 d7a243e
Merge branch 'master' of github.com:scalableminds/webknossos into dem…
daniel-wer e2ee248
add sample datasets modal, add temp button to datasets view to open m…
daniel-wer 7c1e3ac
fix typo in downloading status string
daniel-wer 16fdaa5
fix reporting of downloading state
fm3 8fba42d
Merge branch 'master' of github.com:scalableminds/webknossos into dem…
daniel-wer d2a57be
use all datastores for sample dataset downloads, fix error case
daniel-wer 7f4884b
deterministic sorting for datastore list (by name)
fm3 1be1b42
use single datastore, detect failed datasets, refactoring
daniel-wer 06609aa
rework onboarding dataset step and dataset list placeholder, add link…
daniel-wer a268dc9
Update messages
fm3 756d4fb
merge master into demo-dataset
fm3 c49628d
Merge branch 'master' of github.com:scalableminds/webknossos into dem…
daniel-wer 9bf5e61
refactor sample dataset modal state management according to PR feedback
daniel-wer 054e84b
create generic useFetch method, make sure opening the modal with down…
daniel-wer 155825a
Merge branch 'master' of github.com:scalableminds/webknossos into dem…
daniel-wer 23caa4c
small style tweaks for onboarding dataset view
daniel-wer 75caaea
insert actual sample datasets
fm3 93ac035
add description to sample datasets modal - untested
daniel-wer b0d5b50
preserve whitespace in sample datasets modal
daniel-wer 2c7564e
Merge branch 'master' of github.com:scalableminds/webknossos into dem…
daniel-wer c9cf39f
Merge branch 'master' into demo-dataset
fm3 171b681
update docs + changelog
fm3 835748d
merge
fm3 96d046b
merge master into demo-dataset
fm3 5300199
Merge branch 'master' into demo-dataset
fm3 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
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
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
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 |
---|---|---|
|
@@ -42,6 +42,29 @@ The dataset is now ready to use. | |
If you uploaded the dataset along with a `datasource-properties.json` metadata file the dataset will be imported automatically without any additional manual steps. | ||
{% endhint %} | ||
|
||
### Sample Datasets | ||
|
||
A list of sample datasets is provided with webKnossos. Click `Add a Sample Dataset` on the upload page to access it and choose datasets to be added and imported automatically. The three sample datasets currently available are: | ||
|
||
- Sample_e2006_wkw: https://static.webknossos.org/data/e2006_wkw.zip | ||
Raw SBEM data and segmentation (sample cutout, 120MB). | ||
Connectomic reconstruction of the inner plexiform layer in the mouse retina. | ||
M Helmstaedter, KL Briggman, S Turaga, V Jain, HS Seung, W Denk. | ||
Nature. 08 August 2013. https://doi.org/10.1038/nature12346 | ||
|
||
- Sample_FD0144_wkw: https://static.webknossos.org/data/FD0144_wkw.zip | ||
Raw SBEM data and segmentation (sample cutout, 316 MB). | ||
FluoEM, virtual labeling of axons in three-dimensional electron microscopy data for long-range connectomics. | ||
F Drawitsch, A Karimi, KM Boergens, M Helmstaedter. | ||
eLife. 14 August 2018. https://doi.org/10.7554/eLife.38976 | ||
|
||
- Sample_MPRAGE_250um: https://static.webknossos.org/data/MPRAGE_250um.zip | ||
MRI data (250 MB). | ||
T1-weighted in vivo human whole brain MRI dataset with an ultrahigh isotropic resolution of 250 μm. | ||
F Lüsebrink, A Sciarra, H Mattern, R Yakupov, O Speck. | ||
Scientific Data. 14 March 2017. https://doi.org/10.1038/sdata.2017.32 | ||
|
||
|
||
## Edit Dataset | ||
You can edit the properties of a dataset at any time. | ||
In addition to the required properties that you need to fill in during import, there are more advanced properties that you can set. | ||
|
@@ -81,4 +104,4 @@ Read more in the [Sharing guide](./sharing.md#dataset-sharing) | |
## Using External Datastores | ||
The system architecture of webKnossos allows for versatile deployment options where you can install a dedicated datastore server directly on your lab's cluster infrastructure. | ||
This may be useful when dealing with large datasets that should remain in your data center. | ||
[Please contact us](mailto:[email protected]) if you require any assistance with your setup. | ||
[Please contact us](mailto:[email protected]) if you require any assistance with your setup. |
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ This will create a folder for your data at `webknossos/binaryData/<organization | |
|
||
{% hint style='info' %} | ||
For production setups, we recommend more elaborate configurations with a public domain name and HTTPS support. | ||
[Please contact us](mailto:[email protected]) if you require any assistance with your production setup. | ||
[Please contact us](mailto:[email protected]) if you require any assistance with your production setup. | ||
{% endhint %} | ||
|
||
You may also install webKnossos without Docker. | ||
|
@@ -59,8 +59,7 @@ For small datasets (max. 1GB), you can use the upload functionality provide in t | |
For larger datasets, we recommend the file system upload. | ||
Read more about the import functionality in the [Datasets guide](./datasets.md). | ||
|
||
If you do not have a compatible dataset available, you can use [this small dataset excerpt (300 MB)](https://static.webknossos.org/data/e2006_wkw.zip) for testing purposes. | ||
The data was published by [Helmstaedter et al., 2011](https://www.nature.com/articles/nn.2868). | ||
If you do not have a compatible dataset available, you can use one of the [sample datasets](./datasets.md#sample-datasets) for testing purposes. | ||
|
||
By default, datasets are visible to all users in your organization. | ||
However, webKnossos includes fine-grained permissions to assign datasets to groups of users. | ||
|
@@ -70,12 +69,12 @@ However, webKnossos includes fine-grained permissions to assign datasets to grou | |
|
||
|
||
## Your First Annotation | ||
To get started with your first annotation, navigate to the `Datasets` tab on your [dashboard](./dashboard.md). | ||
Identify a dataset that your interested in and click on `Start Skeleton Tracing` to create a new skeleton annotation. | ||
webKnossos will launch the main annotation screen allowing you to navigate your dataset and place markers to reconstruct skeletons. | ||
To get started with your first annotation, navigate to the `Datasets` tab on your [dashboard](./dashboard.md). | ||
Identify a dataset that your interested in and click on `Start Skeleton Tracing` to create a new skeleton annotation. | ||
webKnossos will launch the main annotation screen allowing you to navigate your dataset and place markers to reconstruct skeletons. | ||
|
||
Drag the mouse while pressing the left mouse button to navigate the dataset. | ||
Right-click in the data to place markers, called nodes. | ||
Drag the mouse while pressing the left mouse button to navigate the dataset. | ||
Right-click in the data to place markers, called nodes. | ||
Basic movement in the dataset is done with the mouse wheel or by pressing the spacebar keyboard shortcut. | ||
|
||
Learn more about the skeleton, volume, and hybrid annotations as well as the interface in the [Tracing UI guide](./tracing_ui.md). | ||
|
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
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
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
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
Oops, something went wrong.
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.
I know that you only changed the whitespace here, but it should be
you are
🙈