generated from neuroinformatics-unit/HowTo
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework cli tutorial organisation for brainmapper
- Loading branch information
1 parent
d551c41
commit 5ad13ef
Showing
9 changed files
with
57 additions
and
45 deletions.
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Whole brain cell detection and registration with the `brainmapper` command line tool | ||
|
||
Although the `brainmapper` command line tool is designed to be easy to install and use, if you're coming to it with fresh eyes, it's not always clear where to start. | ||
We provide an example brain to get you started, and also to illustrate how to play with the parameters to better suit your data. | ||
|
||
:::{caution} | ||
**The test dataset is large** $\approx 250$GB. | ||
It is recommended that you try this tutorial out on the fastest machine you have, with the fastest hard drive possible (ideally SSD) and an NVIDIA GPU. | ||
::: | ||
|
||
## Tutorial | ||
|
||
The tutorial is quite long, and is split into a number of sections. | ||
Please be aware that downloading the data and running `brainmapper` may take a long time (e.g., overnight x2) if you don't have access to a particularly high-powered computer, or fast network connection. | ||
|
||
Please go through the following sections in order: | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
setting-up | ||
running-brainmapper | ||
visualising-the-results | ||
exploring-the-numerical-results | ||
visualising-your-data-in-brainrender | ||
``` |
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
4 changes: 2 additions & 2 deletions
4
...i/visualising-your-data-in-brainrender.md → ...r/visualising-your-data-in-brainrender.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,10 @@ | ||
# Whole brain cell detection and registration with the `cellfinder` command line tool | ||
# `cellfinder` CLI has moved to `brainmapper` | ||
|
||
Although the `cellfinder` command line tool is designed to be easy to install and use, if you're coming to it with fresh eyes, it's not always clear where to start. We provide an example brain to get you started, and also to illustrate how to play with the parameters to better suit your data. | ||
The `cellfinder` command-line tool was renamed with the release of `cellfinder` version `1.0.0`. | ||
You can read about these changes [on our blog](/blog/version1/cellfinder_migration_live). | ||
What you'll most likely want to do is follow the links in the blog post to: | ||
|
||
:::{caution} | ||
**The test dataset is large** \(~250GB\). | ||
It is recommended that you try this tutorial out on the fastest machine you have, with the fastest hard drive possible (ideally SSD) and an NVIDIA GPU. | ||
::: | ||
|
||
## Tutorial | ||
|
||
The tutorial is quite long, and is split into a number of sections. | ||
Please be aware that downloading the data and running `cellfinder` may take a long time (e.g., overnight x2) if you don't have access to a particularly high-powered computer, or fast network connection. | ||
|
||
Please go through the following sections in order: | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
setting-up | ||
running-cellfinder | ||
visualising-the-results | ||
exploring-the-numerical-results | ||
visualising-your-data-in-brainrender | ||
``` | ||
- Upgrade your version of the `cellfinder` package, | ||
- Install `brainglobe-workflows` to get `brainmapper`, the same command-line tool but under it's new name. | ||
|
||
You can then [head to the `brainmapper` tutorial](../brainmapper/index.md) and follow the steps there. |
File renamed without changes