diff --git a/docker-compose.yml b/docker-compose.yml index 461ee23..ca628ce 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,4 +8,4 @@ services: image: fnirs-apps/qr volumes: - /home/runner/example_data/BIDS-NIRS-Tapping-master/:/bids_dataset - command: ["--sci_threshold", "0.6"] + command: ["--sci-threshold", "0.6"] diff --git a/fnirsapp_qr.json b/fnirsapp_qr.json index aec68c1..85f6981 100644 --- a/fnirsapp_qr.json +++ b/fnirsapp_qr.json @@ -1,6 +1,6 @@ { "name": "fNIRS Apps: Quality Reports", - "description": "A GLM pipeline for quality reports", + "description": "Generate quality reports for fNIRS data", "author": "Robert Luke", "tool-version": "v0.1.0", "schema-version": "0.5", @@ -97,4 +97,4 @@ "custom": { "BIDSAppSpecVersion": "Draft" } -} \ No newline at end of file +}