Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Remove the destination paths in container documentation (#621)
* DOC: Remove the destination paths in container documentation Remove the destination paths for the input and output binding input arguments in the `Docker` and `Singularity` container usage instructions. Avoids, for example, errors that mean that no (BIDS) data was effectively found, e.g.: ``` Process Process-2: Traceback (most recent call last): File "/usr/local/miniconda/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/miniconda/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/miniconda/lib/python3.8/site-packages/qsiprep/cli/run.py", line 833, in build_qsiprep_workflow layout = BIDSLayout( File "/usr/local/miniconda/lib/python3.8/site-packages/bids/layout/layout.py", line 135, in __init__ root, description = validate_root(root, validate) File "/usr/local/miniconda/lib/python3.8/site-packages/bids/layout/validation.py", line 70, in validate_root raise ValueError("BIDS root does not exist: %s" % root) ValueError: BIDS root does not exist: /mnt/data/my/path/ ``` * make sure paths reflect the mount points --------- Co-authored-by: Matt Cieslak <mattcieslak@gmail.com>
- Loading branch information