-
Notifications
You must be signed in to change notification settings - Fork 88
[ENH] Add clinica iotools describe
#1287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] Add clinica iotools describe
#1287
Conversation
485c22a
to
6673340
Compare
Thanks for your work @NicolasGensollen ! I tried testing with a new conda environment. I get no issues with BIDS, but I found a CAPS for which it fails :
Since there is a chance the .json is not probably formatted, here is what it looks like :
|
Thanks for the review @AliceJoubert ! Is this a #1275 modified the format of this file by adding a Since we never published a version of Clinica with the temporary format (i.e. the one without the Does this make sense ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right ! Sorry for the noise. LGTM then 👍
Alright ! Thanks for the review @AliceJoubert ! |
This PR proposes to add the command:
which will basically parse the
dataset_description.json
file describing the dataset provided in order to display the information in a nice user-friendly way.Here is a toy example with a BIDS and CAPS dataset having only their respective
dataset_description.json
file:tree . ├── bids │ └── dataset_description.json ├── caps │ └── dataset_description.json
We can describe them with the added tool: