This repo adds some support for the ABBA plugin in QuPath.
Download the latest zip release of this extension (releases), unzip it and drag the jar files onto the main QuPath window.
If you haven't installed any extensions before, you'll be prompted to select a QuPath user directory. The extension will then be copied to a location inside that directory.
You might then need to restart QuPath (but not your computer).
TODO
You can build the QuPath ABBA extension from source with
gradlew clean build
The output will be under build/libs
.
clean
removes anything oldbuild
builds the QuPath extension as a .jar file and adds it tolibs