Skip to content

Commit

Permalink
Use MNE-BIDS official repository (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Mar 10, 2022
1 parent b48109b commit fb61fee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 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.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
Expand Down Expand Up @@ -108,4 +108,4 @@
"BIDSAppSpecVersion": "Draft"
},
"doi": "10.5281/zenodo.5885949"
}
}
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.7"
__version__ = "v0.3.8"


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

0 comments on commit fb61fee

Please sign in to comment.