Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ we can view a summary of our dataset's version history by running the following

$ cd BIDS_Dataset_DataLad
$ git log --oneline
$ cd ..

This command will write the following to the terminal:

Expand Down Expand Up @@ -174,6 +173,9 @@ Since we ran ``cubids add-nifti-info`` with the ``--use-datalad`` flag set,
BIDS validation
---------------

The next step in the ``CuBIDS`` workflow is to run BIDS validation
to detect potential curation errors using ``cubids validate``.

.. code-block:: console

$ cubids validate BIDS_Dataset_DataLad v0 --sequential
Expand All @@ -191,8 +193,6 @@ BIDS validation

After that, you will need to add ``--local-validator`` option to the command string above.

The next step in the ``CuBIDS`` workflow is to run BIDS validation
to detect potential curation errors using ``cubids validate``.

This command produces the following tsv:

Expand Down