Skip to content

Commit

Permalink
Merge pull request #215 from asmacdo/104-fix-repronim-containers-tut
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo authored Jan 16, 2025
2 parents 6c5fdc6 + 6deac9f commit f214c51
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/resources/tutorials/repronim-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,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
```

### Step 5: Run the containers

When we run the bids-mriqc container, it will need a working directory
Expand Down

0 comments on commit f214c51

Please sign in to comment.