hi there, general question about QC possibilities using dmriprep-viewer
i’m new to a lot of these tools, so bear with the basic question
i’m on a HPC server (running Rocky8) and am not sure if the web version of dmriprep-viewer is going to work there after i obtain QSIprep outputs. if we can’t figure it out or isn’t allowed (e.g. PHI restrictions) is it possible to install dmriprep-viewer and QC on a local laptop?
like, just follow these directions to install NodeJS and yarn?
You can only download the dwiqc.json files onto your local machine (only a few megabytes each) and run the dmriprep viewer webapp on your local machine.
awesome, thanks! wasn’t sure what was minimally viable. a few MBs per subject is totally fine. i tested a copied-and-reduced version of the output directory and was able to get away with the following and still have dmriprep-viewer open nicely:
i did that online, though. i’ll work on the local dmriprep-viewer install later
thanks again @Steven
The application works purely client side when accessed on dmriprep-viewer, so I can’t see any reason to do any local install (but I might be missing something).
yeah i was just trying to think ahead about trying to use it on our HPC server where the data will be, and which i’m kind of new to so have never even tried to opened a browser on.
but now that i know i can just download those minimal files to a local computer i’ll just do that and not bother with a local install of dmriprep-viewer. sorry to be unclear about my final decision and thanks!