Skip to content

Commit

Permalink
[BF]: added bids-validator package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpron committed Jul 22, 2024
1 parent b066660 commit ac64c3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ readme = "README.md"
license = {file = "LICENSE"}
keywords = ["Shanoir", "DICOM", "NIFTI", "BIDS"]
classifiers = [
"Programming Language :: Python"
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion s2b_example_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{"datasetName": "Diff cusp66 b0 PA 1.5mm", "bidsDir": "dwi", "bidsName": "acq-b0_dir-AP_dwi"},
{"datasetName": "Diff cusp66 b0 PA 1.5mm", "bidsDir": "dwi", "bidsName": "acq-b0_dir-PA_dwi"}
],
"dcm2niix": "/home/alpron/softs/miniconda3/bin/dcm2niix",
"dcm2niix": "/home/alpron/softs/miniconda3/envs/test-env/bin/dcm2niix",
"dcm2niix_options_comment": "dcm2niix configuration options in the nipype format (see https://nipype.readthedocs.io/en/latest/api/generated/nipype.interfaces.dcm2nii.html)",
"dcm2niix_options": {
"bids_format": true,
Expand Down

0 comments on commit ac64c3e

Please sign in to comment.