the getSessions endpoint in the MIQA server doesn't find datasets if the filename doesn't end with .nii.gz. In particular, the imagePattern should be used here instead of the hard-coded regex:
https://github.com/OpenImaging/miqa/blob/57fdc5fee5dff86a01539a1055d3442637ff1785/server/miqa_server/session.py#L117