Nutil aims to simplify and streamline the mechanism of pre-and-post processing 2D brain imaging data from mouse and rat. It is an integral part of the QUINT workflow for regional quantification of labelled objects such as cells in histological imaging data.
For installation and user instructions see: https://nutil.readthedocs.io/en/latest/
Download here on github or from https://www.nitrc.org/projects/nutil/
Nutil is written in C++ using standard Qt libraries, and is optimised for parallel operations on multiple CPUs. Nutil does not require any installation, and does not currently utilise any GPU extensions. The external libraries that are used in Nutil are:
- Libtiff for fast and efficient TIFF file handling (http://www.libtiff.org/)
- LibXLNT for Excel file I/O (https://github.com/tfussell/xlnt/)
- In order to compile from scratch, the following software components are also required:
- On Windows, Microsoft Visual C++ 2019 compiler (MSVC), community version (https://visualstudio.microsoft.com/vs/features/cplusplus/)
- On macOS, XCode (Clang)
- On Linux, Gnu C++ compiler
- Download and install Qt Creator for open source users (https://www.qt.io/download) Install the Qt framework version 6 or above (create a user account, custom install, select newest version and MSVC 2019).
- Install git (https://desktop.github.com/)
- Clone this repository to a folder (in github desktop: file->clone repository)
- Open the project file in Qt (file->open file or project)
- Set up a build path to the project (projects->build->build directory)
- Compile and run! (ctrl+r)
Nutil is an integral part of the QUINT workflow and is developed by the Neural Systems Laboratory at the Institute of Basic Medical Sciences, University of Oslo, Norway. Nutil was developed with support from the EBRAINS infrastructure, and funding from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Framework Partnership Agreement No. 650003 (HBP FPA).
Nicolaas E Groeneboom, Sharon C Yates, Maja A Puchades, Jan G Bjaalie.
- Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
- GNU General Public License v3
Groeneboom NE, Yates SC, Puchades MA and Bjaalie JG (2020) Nutil: A Pre- and Post-processing Toolbox for Histological Rodent Brain Section Images. Front. Neuroinform. 14:37. doi: 10.3389/fninf.2020.00037
Yates SC, Groeneboom NE, Coello C, et al. & Bjaalie JG (2019) QUINT: Workflow for Quantification and Spatial Analysis of Features in Histological Images From Rodent Brain. Front. Neuroinform. 13:75. doi: 10.3389/fninf.2019.00075
Report issues here on github or email: [email protected]