Skip to content

Commit

Permalink
Remove --no-datalad-get in walkthrough
Browse files Browse the repository at this point in the history
Fixes #135
  • Loading branch information
asmacdo committed Jan 6, 2025
1 parent d969960 commit c1869b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,15 @@ specified in the `.gitmodules`. By freezing into the top-level dataset
instead, authors do not need to host a modified version of
`///reporonim/containers`.
### Fixup datalad config
The version of mriqc we are using does not have an option `--no-datalad-get` which is hardcoded
into mriqc config, so we should remove it.
```bash
datalad run -m "Remove ad-hoc option for mriqc for older frozen version" sed -i -e 's, --no-datalad-get,,g' .datalad/config
```
### Running the Containers
When we run the bids-mriqc container, it will need a working directory
Expand Down

0 comments on commit c1869b2

Please sign in to comment.