Installation
ABBA consists of a Fiji plugin, an extension for QuPath, and it can communicate with external components to automate the registration process.
Hint
The QuPath extension, and in general, the use of QuPath is optional in ABBA but strongly encouraged. It will be helpful to define the dataset and it’ll particularly useful for post-registration analysis.
Fiji + ABBA plugin installation
Tip
If you are using Windows, a standalone installer is available.
ABBA is a Fiji plugin that can be installed easily, however, a bare ABBA will lack key features. In particular ABBA is supposed to interact with these components:
DeepSlice: a deep-learning registration method that automatically register coronal sections to mouse and rat brain atlases
elastix/transformix: the software that automates 2D in-plane registration
BrainGlobe: a python library that standardized a set of atlases, and the way to access their data
There are 3 main ways to install ABBA, that correspond to different parts of the documentation:
Using an installer (available for Windows only)
Using Fiji
Using python with a pip dependency abba_python
Here’s a summary of the supported functionality depending on how ABBA is installed and on the OS:
Headless |
GUI |
Mouse and Rat atlases |
Brainglobe Atlases |
DeepSlice (Local) |
|
|---|---|---|---|---|---|
Opt 1. ABBA installer (Win only) |
[x] |
[x] |
[x] |
[x] |
[x] |
Opt 2. Fiji + PTBIOP update site (Win, Mac, Linux) |
[x] |
[x] |
[x] |
||
Opt 2. Fiji + PTBIOP update site + DeepSlice conda env (Win, Mac, Linux) |
[x] |
[x] |
[x] |
[x] |
|
Opt 3. abba_python (Win, Linux) |
[x] |
[x] |
[x] |
[x] |
|
Opt 3. abba_python + DeepSlice conda env (Win, Linux) |
[x] |
[x] |
[x] |
[x] |
[x] |
Opt 3. abba_python (Mac) |
[x] |
[x] |
[x] |
||
Opt 3. abba_python + DeepSlice conda env (Mac) |
[x] |
[x] |
[x] |
[x] |
Option 1 - Installing ABBA plugin with an installer (Windows only)
This possibility is the easiest one. It is available only if you are working with windows:
https://github.com/BIOP/ijp-imagetoatlas/releases/latest
Be aware that you need an internet connection if you run the installer because at some point in the process some dependencies have to be downloaded from PyPI (deepslice, abba-python, brainglobe-api). Also, the first time you run ABBA, you will have to download the atlas you’d like to use from internet.
Option 2 - Installing ABBA plugin in Fiji
1. Download and install Fiji
If you do not have Fiji already, download it and install it at fiji.sc.
2. Activate the PTBIOP update site
Click
Help > Update... > Manage update sitesTick the checkbox
PTBIOPClick
Apply and closeClick
Apply changesClose and restart Fiji
3. If you use OMERO, activate the OMERO 5.5-5.6 update site
Click
Help > Update... > Manage update sitesTick the checkbox
OMERO 5.5-5.6Click
Apply and closeClick
Apply changesClose and restart Fiji
4. Install elastix/transformix
For automated 2D in-plane registration, ABBA uses the elastix software, which is independent of Fiji. To use it, elastix should be installed, and its executable location (elastix and transformix) should be specified in Fiji.
Download the release 5.0.1 of elastix for your OS. This documentation has been tested for elastix 5.0.1. The version 5.1.0 currently fails!
Unzip it somewhere convenient (
Cdrive on windows;Applicationsfor Mac )
Windows
For windows users, you also need to install Visual C++ redistributable, (choose vc_redist.x64.exe for a 64-bit system).
Mac
Fiji will be calling the elastix executables, which are recognized as ‘unknown developers’ by Mac OS. Thus you need to make security exceptions for both elastix and transformix to avoid clicking indefinitely on the OS warning messages.
Linux
Nothing particular should be required for linux system.
Indicate elastix and transformix executable location in Fiji:
For all OSes, once elastix is installed, please run Fiji, then execute Plugins › BIOP › Set and Check Wrappers. You will need to indicate the proper location of executable files, for instance:

This message should show up in the ImageJ console (and maybe errors for other wrappers, but that’s not important):
[INFO] Transformix -> set :-)Elastix -> set :-)
Once elastix is installed, you can run the following script in Fiji to test elastix functionality. Save the linked file with a .groovy extension, open it in Fiji, and run it.
5. Installing DeepSlice locally (optional)
It is always possible to use the web interface of DeepSlice, without any further installation. However, it is convenient to have it installed locally since it will require less user manipulation and enable the registration procedure to be fully automated.
To install DeepSlice locally, please follow the instructions specified in the BIOP wrappers repository. In brief, the installation consists of:
installing miniforge
creating a conda environment for deepslice
adding conda to the PATH environment variable (windows)
specifying the conda environment location in Fiji
Option 3 - Installing ABBA plugin in python
ABBA is available as a PyPI dependency. If you want to use this dependency, please check the installation instruction and startup command in the readme of abba_python.
QuPath + ABBA extension installation
Install QuPath
Download QuPath’s ABBA extension zip file (named
qupath-extension-warpy-x.y.z.zip)Unzip it
Drag and drop the jar files it contains into QuPath’s main graphical user interface
Note
If you want to work on data from an OMERO database, install the QuPath OMERO RAW extension. Please check its readme for installation instructions.
Restart QuPath. In
Extensions>Managed extensionsyou should see the following extensions installed:
ABBA
Image Combiner Warpy
Warpy
OMERO BIOP