Skip to content

Commit 05c5e7c

Browse files
committed
Minor tweaks
1 parent b2250b2 commit 05c5e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ You can use the following command syntax to execute BIDScoin tools in the contai
124124
.. code-block:: console
125125
126126
$ apptainer exec bidscoin.sif <bidscoin_tool> <bidscoin_tool_args> # Use this if you downloaded or built the image yourself
127-
$ apptainer exec oras://ghcr.io/Donders-Institute/bidscoin:<version> <bidscoin_tool> <bidscoin_tool_args> # This will pull the image from the GitHub registry if needed
127+
$ apptainer exec oras://ghcr.io/donders-institute/bidscoin:<version> <bidscoin_tool> <bidscoin_tool_args> # This will pull the image from the GitHub registry if needed
128128
129129
Where ``<bidscoin_tool>`` is a BIDScoin tool (e.g., ``bidsmapper``, ``bidscoiner``, ``dicomsort``) and ``<bidscoin_tool_args>`` are the tool's arguments. So for instance, if you have source data in ``myhome/data/raw``, instead of running ``bidsmapper data/raw data/bids`` and then ``bidsmapper data/raw data/bids`` from your home directory, you now execute:
130130

0 commit comments

Comments
 (0)