Skip to content

Commit

Permalink
Refer to containers/ subfolder and the correct path in example
Browse files Browse the repository at this point in the history
There is no ~/top-level-dataset/

Even though we should migrate to use code/containers, current example does not
so copy pasting individual commands does not work. The monolythic script is ok
  • Loading branch information
yarikoptic committed May 23, 2024
1 parent 932d742 commit cd9b764
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,15 +238,15 @@ dataset, **or** the top-level dataset.
**Option 1: Top level dataset (recommended)**
```bash
# Run from ~/top-level-dataset
# Run from ~/my-experiments/ds000003-qc
datalad run -m "Downgrade/Freeze mriqc container version" \
code/containers/scripts/freeze_versions --save-dataset=. bids-mriqc=0.16.0
containers/scripts/freeze_versions --save-dataset=. bids-mriqc=0.16.0
```
**Option 2: ///repronim/containers**
```bash
# Run from ~/top-level-dataset/code/containers
# Run from ~/my-experiments/ds000003-qc/containers
datalad run -m "Downgrade/Freeze mriqc container version" \
scripts/freeze_versions bids-mriqc=0.16.0
```
Expand Down

0 comments on commit cd9b764

Please sign in to comment.