Skip to content
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

BIDS 1.4+ dataset_description.json update #630

Closed
pierre-nedelec opened this issue Sep 6, 2023 · 0 comments · Fixed by #631
Closed

BIDS 1.4+ dataset_description.json update #630

pierre-nedelec opened this issue Sep 6, 2023 · 0 comments · Fixed by #631

Comments

@pierre-nedelec
Copy link
Contributor

QSIprep creates dataset_description.json automatically, however newer BIDS versions (1.4+) require the "GeneratedBy" key. Value is a list, with the same key-values as the original "PipelineDescription". e.g.:

{
    "Name": "qsiprep output",
    "BIDSVersion": "1.1.1",
    "PipelineDescription": {
        "Name": "qsiprep",
        "Version": "0.19.0",
        "CodeURL": "https://github.com/pennbbl/qsiprep/archive/0.19.0.tar.gz"
    },
    "GeneratedBy": [{
        "Name": "qsiprep",
        "Version": "0.19.0",
        "CodeURL": "https://github.com/pennbbl/qsiprep/archive/0.19.0.tar.gz"
    }],
    "CodeURL": "https://github.com/pennbbl/qsiprep",
    "HowToAcknowledge": "Please cite our paper (https://www.nature.com/articles/s41592-021-01185-5#citeas), and include the generated citation boilerplate within the Methods section of the text."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant