From 8f6d1bf86128746df0354d2d965936e9a6656569 Mon Sep 17 00:00:00 2001 From: Arnaud Bore Date: Thu, 25 Jul 2024 14:42:42 -0400 Subject: [PATCH] Update docs/how-to/container.md Co-authored-by: Samuel Guay --- docs/how-to/container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/container.md b/docs/how-to/container.md index dd4589ea..1eaa29fe 100644 --- a/docs/how-to/container.md +++ b/docs/how-to/container.md @@ -71,7 +71,7 @@ To run `dcm2bids_scaffold`, `with singularity`, you need to *execute* a command ## Step 4: Run `dcm2bids_helper` -To run `dcm2bids_helper`, `with singularity`, you need to *execute* a command instead of *running* the pre-specified command (`dcm2bids`). To bind the respective volumes, you have two options: +To run `dcm2bids_helper` with Apptainer/Singularity, you need to *execute* a command instead of *running* the pre-specified command (`dcm2bids`). To bind the respective volumes, you have two options: 1. Put the input data in the same parent directory as the output directory. 2. Specify the input data directory as a separate volume.