Skip to content

Commit

Permalink
Bump to v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke committed Jan 21, 2022
1 parent a2e6964 commit 86bd664
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions fnirsapp_qr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fnirsapp_qr.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

matplotlib.use('agg')

__version__ = "v0.3.5"
__version__ = "v0.3.6"


def fnirsapp_qr(command, env={}):
Expand Down

0 comments on commit 86bd664

Please sign in to comment.