This is the XNAT Datasets Plugin. It helps you create and manage dataset definitions and resolved datasets.
To build the XNAT Datasets Plugin:
- If you haven't already, clone this repository and cd to the newly cloned folder.
- Build the plugin:
./gradlew clean build. This should build the plugin in the file build/libs/datasets-plugin-1.8.0.jar (the version may differ based on updates to the code). - Copy the plugin jar to your plugins folder:
cp build/libs/datasets-plugin-1.0.0.jar /data/xnat/home/plugins