@@ -50,22 +50,27 @@ We can accomplish this using the following command:
5050
5151 $ mamba install deno
5252
53- The new schema-based ``bids-validator `` doesn't need to be installed
53+ .. tip ::
54+
55+ If your mamba installation is not configured to use the conda-forge channel,
56+ add ``-c conda-forge `` to the ``mamba install `` command.
57+
58+ The new schema-based ``bids-validator `` doesn't need to be installed
5459and will be implemented automatically when `cubids validate ` is called
5560
5661.. dropdown :: If there is no Internet connection on compute nodes
5762
58- If your HPC doesn't allow internet access on its compute nodes, it won't be able to run the online
59- version of the BIDS validator. In that scenario, you need to install the BIDS validator on your HPC
60- and then point to the installed version in your cubids validate calls.
61- To do that, you should run one of these commands below, after installing deno, that downloads the latest version
62- of the bids-validator in your virtual environment either by installing a lightscript version
63+ If your HPC doesn't allow internet access on its compute nodes, it won't be able to run the online
64+ version of the BIDS validator. In that scenario, you need to install the BIDS validator on your HPC
65+ and then point to the installed version in your cubids validate calls.
66+ To do that, you should run one of these commands below, after installing deno, that downloads the latest version
67+ of the bids-validator in your virtual environment either by installing a lightscript version
6368 (into ``$HOME/.deno/bin ``) or by compiling, respectively:
6469
6570 .. code-block :: console
6671
6772 $ deno install -ERN -g -n bids-validator jsr:@bids/validator
68-
73+
6974 or:
7075
7176 .. code-block :: console
0 commit comments