AllenInstitute / asap-modules

Shared repo for EM connectomics and Array Tomography render based image processing modules
https://asap-modules.readthedocs.io/
BSD 2-Clause "Simplified" License
14 stars 4 forks source link

backwards-compatible uri inputs still require argschema validation of posix inputs #224

Closed RussTorres closed 4 years ago

RussTorres commented 4 years ago

in e.g. generate render stack we are seeing that the module still validates the metafile even when it is not being used. a couple options here that are not mutually exclusive: stripping that input from data in the else case of posix_to_uri, allowing None Inputs, changing the example_input to not include posix paths (which could invalidate valid inputs by default).