-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #322 from FCP-INDI/known_issue_bids-validator
📝 Known issue: ``bids-validator: command not found``
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.. | ||
The headings here start with * to nest under - in user/help | ||
``bids-validator`` is missing from C-PAC image | ||
********************************************** | ||
|
||
.. versionadded:: 1.8.6 | ||
|
||
See issue :issue:`2110` for the latest developments on this issue. | ||
|
||
When running C-PAC with an input BIDS directory, no data configuration file and without the ``--skip_bids_validator`` flag, C-PAC will crash with a ``bids-validator: command not found`` message. | ||
|
||
Workarounds | ||
########### | ||
|
||
Either of these workarounds should allow you to run versions of C-PAC affected by this issue: | ||
|
||
- Add the ``--skip_bids_validator`` flag to your run command. If desired, run the `BIDS validator`_ on your input data prior to using C-PAC. | ||
- Use a :doc:`data configuration file </user/subject_list_config>` to specify your input data. | ||
|
||
Planned resolution | ||
`````````````````` | ||
|
||
- Restoring or replacing ``bids-validator`` in an upcoming version of C-PAC. | ||
|
||
.. _BIDS validator: https://github.com/bids-standard/bids-validator#readme |