PennLINC / babs

BIDS App Bootstrap (BABS)
https://pennlinc-babs.readthedocs.io
MIT License
5 stars 5 forks source link

[FIX] make sure `babs-init` runs without `babs_singularity_run` section #66

Closed zhao-cy closed 1 year ago

zhao-cy commented 1 year ago

In this PR, I fixed the bug where previously babs-init would fail if babs_singularity_run section in container's config yaml file is not provided. Tested with fmriprep-fake version 0.1.1 and it turns out it's fine now. See issue #65 for more details.

Notes: originally this branch was to implement babs-unzip - that implementation will happen in another branch/PR.