diff --git a/Dockerfile b/Dockerfile index 98a734e..7d4245e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ghcr.io/mne-tools/mne-python-plot:main USER root -RUN pip install https://codeload.github.com/rob-luke/mne-bids/zip/nirs +RUN pip install https://github.com/mne-tools/mne-bids/archive/main.zip 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 diff --git a/fnirsapp_qr.json b/fnirsapp_qr.json index ae93253..039d9a0 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.7", + "tool-version": "v0.3.8", "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.7", + "image": "ghcr.io/rob-luke/fnirs-apps-quality-reports/app:v0.3.8", "index": "ghcr.io", "type": "docker", "entrypoint": true @@ -108,4 +108,4 @@ "BIDSAppSpecVersion": "Draft" }, "doi": "10.5281/zenodo.5885949" -} \ No newline at end of file +} diff --git a/fnirsapp_qr.py b/fnirsapp_qr.py index 7a8bf44..45646d9 100755 --- a/fnirsapp_qr.py +++ b/fnirsapp_qr.py @@ -23,7 +23,7 @@ matplotlib.use('agg') -__version__ = "v0.3.7" +__version__ = "v0.3.8" def fnirsapp_qr(command, env={}):