Washington-University / HCPpipelines

Processing pipelines for the HCP
https://www.humanconnectome.org/
Other
542 stars 272 forks source link

Wildcard search in Volume pipeline no longer finds directories. #270

Closed demsarjure closed 1 year ago

demsarjure commented 1 year ago

PR for issue https://github.com/Washington-University/HCPpipelines/issues/269

Previously the wildcard search could find directories along with files, the subsequent imcp for copying images/files would then crashed when a directory was provided as an input.

This fix now filters the wildcard search to files only.

glasserm commented 1 year ago

I am fine with merging if you guys have tested.

coalsont commented 1 year ago

Looks reasonable to me.