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.
- Host: GitHub
- URL: https://github.com/preclinical-imaging/pixi-plugin
- Owner: preclinical-imaging
- Created: 2023-09-01T18:11:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-14T22:58:47.000Z (8 months ago)
- Last Synced: 2026-01-15T04:56:20.424Z (8 months ago)
- Topics: cancer-imaging-research, imaging-informatics, nci-itcr, preclinical-imaging, xnat, xnat-plugin
- Language: Java
- Homepage: https://pixi.org
- Size: 4.1 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
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
```