snakebids icon indicating copy to clipboard operation
snakebids copied to clipboard

Snakemake + BIDS

Results 38 snakebids issues
Sort by recently updated
recently updated
newest added

The number of tests has changed since the last generated test-timings file. This PR contains an automatically regenerated file.

maintenance
skip_changelog

If a wildcard is specified via the CLI (e.g. `--wildcards-COMP ...`), it is merely appended to the list of wildcards specified in the `config.yaml` without any deduplication. This creates a...

bug

This issue picks up from #209. There's going to be a few steps involved in establishing the breaking `BidsDataset` API, so we can use this issue for tracking. - [x]...

breaking

Currently it just resolves the app version and stores it in the config. It would be more useful if it also created a `--version` flag. Need to think a bit...

## The problem Would be useful to be able to ignore specific files when parsing a bids dataset. In my case, it is because I'm now parsing some datasets that...

In my workflow, I tend to save my (usually very long) snakebids calls to an executable file. I leave a `$@` variable at the end of the call so I...

enhancement

# Background Currently, `BidsComponentRow.filter` supports a position-only `spec` argument that takes directly the list of values to be kept. The idea is that since the row has only one entity,...

enhancement

This proposal will supersede #180 . The plugin will allow the copying or symlinking of directories in the app to the output dir. This will allow the snakemake app to...

enhancement
plugin

In recent versions of `snakemake`, the app will start subinstances of snakemake under many different circumstances, including cluster submission, use of the `run` directive, use of `shadow`, and probably others....

enhancement
plugin

I was confronted with a current limitation of our MultiSelectDicts: it is currently somewhat difficult to select only the keys that are contained inside the dict. You need something like...

enhancement