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.
* Write blog post * bg-atlasapi -> brainglobe-atlasapi * bg_atlasapi -> brainglobe_atlasapi * Update atlasgen references * Link checker * More link chckers
- Loading branch information
1 parent
abc2a80
commit 1b23e7d
Showing
23 changed files
with
144 additions
and
107 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
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,42 @@ | ||
--- | ||
blogpost: true | ||
date: Feb 14, 2024 | ||
author: Will Graham | ||
location: London, England | ||
category: brainglobe | ||
language: English | ||
--- | ||
|
||
# `bg-atlasapi` and `bg-atlasgen` have merged under a new name | ||
|
||
`bg-atlasapi` and `bg-atlasgen` have merged into a single package, now called `brainglobe-atlasapi`. | ||
`brainglobe-atlasapi` now provides the same API that `bg-atlasapi` provided, in exactly the same way - all that needs to happen is a name change in your scripts. | ||
|
||
`bg-atlasgen` used to provide the developer code for adding a new atlas to the collection of BrainGlobe atlases that are available for download. | ||
This code was exclusively used by developers, however it hinges on the functionality of `bg-atlasapi` to complete the generation and upload process. | ||
As such, it has now been moved into a submodule, `brainglobe_atlasapi.atlas_generation`, but again the way one interacts with this submodule is the same as they would have with `bg-atlasgen`. | ||
|
||
## What do I need to do? | ||
|
||
If you are using an install of `bg-atlasapi` that you got through `pip install brainglobe`, then all you need to do is update `brainglobe` to the latest version with | ||
|
||
```bash | ||
pip install --update brainglobe | ||
``` | ||
|
||
This will remove the old packages from your environment, install `brainglobe-atlasapi`, and also update all your other BrainGlobe tools to use the new package rather than the old `bg-atlasapi`. | ||
|
||
If you were previously using a standalone install of `bg-atlasapi`, to continue receiving updates you should perform the following changes to your environment: | ||
|
||
- Uninstall `bg-atlasapi` (and `bg-atlasgen` if you have it). | ||
- Install the latest version of `brainglobe-atlasapi`. | ||
- Update all of the following BrainGlobe tools that you also have in your environment: | ||
- `brainrender-napari` | ||
- `brainglobe-utils` | ||
- `brainglobe-segmentation` | ||
- `brainreg` | ||
- `brainglobe-napari-io` | ||
- `cellfinder` | ||
- `morphapi` | ||
- `brainrender` | ||
- `brainglobe-heatmap` |
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
2 changes: 1 addition & 1 deletion
2
...e/community/developers/repositories/brainglobe-meta/brainglobe-dependencies.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.