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.
1 parent ee8c38a commit f54533bCopy full SHA for f54533b
.github/workflows/build-test-publish.yml
@@ -185,9 +185,9 @@ jobs:
185
datalad get -r -J 2 -d hcph-pilot_fieldmaps/ hcph-pilot_fieldmaps/*
186
187
# ds005250
188
- datalad install -r https://gin.g-node.org/tsalo/ds005250-sdcflows.git
189
- datalad update -r --merge -d ds005250-sdcflows/
190
- datalad get -r -J 2 -d ds005250-sdcflows/ ds005250-sdcflows/sub-04/ses-2/
+ datalad install -r https://github.com/nipreps-data/ds005250.git
+ datalad update -r --merge -d ds005250/
+ datalad get -r -J 2 -d ds005250/ ds005250/sub-04/ses-2/
191
192
- name: Set FreeSurfer variables
193
run: |
0 commit comments