KitwareMedical / otm-server

Apache License 2.0
0 stars 2 forks source link

Add RNifti dependency installation to docker image definition #111

Closed ebrahimebrahim closed 2 years ago

ebrahimebrahim commented 2 years ago

The analysis results that we want to visualize are correlation and p-value images. Each visualization will show a correlation image (with some kind of background such as the T1 atlas) thresholded according to the p-value image.

To save these images, we can use RNifti. To install it in R:

install.packages('RNifti')

This issue is about adding the installation of this R dependency to the worker definition.

Maybe it's sufficient to just add 'RNifti' to packages here.