diff --git a/Dockerfile b/Dockerfile index 0b6abeb..98a734e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN pip install https://codeload.github.com/rob-luke/mne-bids/zip/nirs RUN pip install https://github.com/nilearn/nilearn/archive/main.zip RUN pip install https://github.com/mne-tools/mne-nirs/archive/main.zip RUN pip install h5py +RUN pip install h5io RUN pip install seaborn COPY fnirsapp_qr.py /run.py diff --git a/fnirsapp_qr.json b/fnirsapp_qr.json index 9ac9c9b..98aafcc 100644 --- a/fnirsapp_qr.json +++ b/fnirsapp_qr.json @@ -2,11 +2,11 @@ "name": "fNIRS Apps: Quality Reports", "description": "Generate quality reports for fNIRS data", "author": "Robert Luke", - "tool-version": "v0.3.5", + "tool-version": "v0.3.6", "schema-version": "0.5", "command-line": "/run.py [InputDataset] [OutputLocation] [SubjectLabel] [SessionLabel] [TaskLabel] [SCIThreshold] [PeakPowerThreshold]", "container-image": { - "image": "ghcr.io/rob-luke/fnirs-apps-quality-reports/app:v0.3.5", + "image": "ghcr.io/rob-luke/fnirs-apps-quality-reports/app:v0.3.6", "index": "ghcr.io", "type": "docker", "entrypoint": true diff --git a/fnirsapp_qr.py b/fnirsapp_qr.py index fc19500..e2bb990 100755 --- a/fnirsapp_qr.py +++ b/fnirsapp_qr.py @@ -23,7 +23,7 @@ matplotlib.use('agg') -__version__ = "v0.3.5" +__version__ = "v0.3.6" def fnirsapp_qr(command, env={}):