pybids icon indicating copy to clipboard operation
pybids copied to clipboard

Python tools for querying and manipulating BIDS datasets.

Results 120 pybids issues
Sort by recently updated
recently updated
newest added

Under the assumption that the main goal of this configuration file is to be able to query BIDS-apps' outputs, I think it would be great to validate the correspondence between...

There're some entities missing in both the derivatives' entities configuration and the corresponding default_path_patterns. It would be beneficial to expand this configuration to hold for more BIDS apps' outputs. For...

Here's an example of the reformatting I alluded to in #805. Most of the code was written just in my playing around with solutions: there's no tests yet, and just...

In agreement with @gkiar, the following approach allows for a better migration to pybids-core: - introduce a new interface BIDSLayoutV2 which uses ancpBIDS to mimic functionality from the BIDSLayout legacy...

Closes #801. This PR removes everything related to the `reports` module, since we will move to using a namespace package called [`pybids-reports`](https://github.com/bids-standard/pybids-reports). This will remain a draft until I've addressed...

This would allow auto_model to be run without downloading the full images

enhancement
good for beginners

I was wondering if it would be possible to add the `samples.tsv` file to the `get_collections `function at the "dataset" level At the moment, the "dataset" level seems to only...

## Problem The scope parameter of `BIDSLayout.get()` is supposed to take a pipeline name, causing `get` to return only files generated by that particular pipeline. In the latest version of...

https://github.com/bids-standard/pybids/blob/f4bf70cccaf85dc65f2b610f448d141c014562d9/bids/variables/collections.py#L610-L620

statsmodels
variables