An open API service indexing awesome lists of open source software.

https://github.com/preclinical-imaging/pixi-plugin

PIXI is an XNAT plugin designed to help manage and analyze preclinical imaging data.
https://github.com/preclinical-imaging/pixi-plugin

cancer-imaging-research imaging-informatics nci-itcr preclinical-imaging xnat xnat-plugin

Last synced: 8 months ago
JSON representation

PIXI is an XNAT plugin designed to help manage and analyze preclinical imaging data.

Awesome Lists containing this project

README

          

# PIXI XNAT Plugin

This is the repository for the PIXI XNAT plugin. PIXI is designed to help manage and analyze preclinical imaging data.

For detailed information, installation instructions, and usage guidelines, please visit [pixi.org](https://pixi.org).

This plugin depends on the statisticsdashboard_plugin from XNAT

## Build

To build the PIXI XNAT plugin, run the following command:

```bash
./gradlew clean jar
```

The plugin jar file will be located in the `build/libs` directory.

To build the documentation locally, run the following command:

```bash
sphinx-build sphinx-build -b html docs/source docs/build
```