khanlab / scattr

BIDS app for structural connectivity between targeted regions
https://scattr.readthedocs.io/en/stable/
MIT License
4 stars 3 forks source link

Mrtpipelines update #17

Closed kaitj closed 1 year ago

kaitj commented 1 year ago

Proposed changes

A number of quality changes (primarily to mrtpipelines.smk) to try to bring this up-to-date as of snakebids==0.6.2. Includes updates to:

See the commit notes for full details.

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you are unsure about any of the choices, don't hesitate to ask!

Notes

All PRs will undergo the unit testing before being reviewed. You may be requested to explain or make additional changes before the PR is accepted.

kaitj commented 1 year ago

I just went through and replaced any use of expand for the old outputs to make use of functools.partial as of d80dbe2