Skip to content

Commit 66c4a08

Browse files
author
mahdieh-dst
committed
Merge branch 'main' of github.com:Australian-Imaging-Service/nipype2pydra into main
2 parents 8081022 + 719f8de commit 66c4a08

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ __pycache__
2121
~*
2222
/outputs
2323
/Test.venv
24+
/test-data

example-specs/smriprep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ args:
1212
layout:
1313
type: bids:BIDSLayout
1414
args:
15-
root: /Users/tclose/data/bids-data/ds000113
15+
root: test-data/bids-data/ds000113
1616
longitudinal: false
1717
low_mem: false
1818
name: single_subject_wf
@@ -31,4 +31,4 @@ args:
3131
- MNI152NLin2009cAsym
3232
- fsaverage5
3333
subject_id: test
34-
bids_filters: null
34+
bids_filters: null

0 commit comments

Comments
 (0)