We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8081022 + 719f8de commit 66c4a08Copy full SHA for 66c4a08
.gitignore
@@ -21,3 +21,4 @@ __pycache__
21
~*
22
/outputs
23
/Test.venv
24
+/test-data
example-specs/smriprep.yaml
@@ -12,7 +12,7 @@ args:
12
layout:
13
type: bids:BIDSLayout
14
args:
15
- root: /Users/tclose/data/bids-data/ds000113
+ root: test-data/bids-data/ds000113
16
longitudinal: false
17
low_mem: false
18
name: single_subject_wf
@@ -31,4 +31,4 @@ args:
31
- MNI152NLin2009cAsym
32
- fsaverage5
33
subject_id: test
34
- bids_filters: null
+ bids_filters: null
0 commit comments