DCAN-Labs / abcd-hcp-pipeline

bids application for processing functional MRI data, robust to scanner, acquisition and age variability.
https://hub.docker.com/r/dcanumn/abcd-hcp-pipeline
BSD 3-Clause "New" or "Revised" License
49 stars 19 forks source link

When missing expected files, does not err out. #9

Closed kathy-snider closed 2 years ago

kathy-snider commented 5 years ago

Change line 439 of pipelines.py from: if self.ignore_expected_outputs: to if not self.ignore_expected_outputs: