bids-apps / MRtrix3_connectome

Generate subject connectomes from raw BIDS data & perform inter-subject connection density normalisation, using the MRtrix3 software package.
http://www.mrtrix.org/
Apache License 2.0
48 stars 26 forks source link

Fix parsing IntendedFor when list #118

Closed Lestropie closed 1 year ago

Lestropie commented 1 year ago

If IntendedFor is a list, and the DWI data appears in that list, then the code should not attempt to interpret IntendedFor as a string.

Partially addresses #117.