-
Notifications
You must be signed in to change notification settings - Fork 1
Add path resolver to path_or_url #65
Copy link
Copy link
Open
Description
Prompted by nextstrain/avian-flu#156 (comment)
this does make the
inputs/additional_inputsparams different from other config params that expect file paths: they must always be relative to the working directory.That's a subtlety of
path_or_url, notinputs/additional_inputsper-se. We could add a path-resolver argument to the function and/or an explicit check that the requested local file path exists. (The reason we don't do this is that we can use the function to create / write files, and perhaps some other complexity that's slipping my mind currently.) Alternatively, this goal could be achieved by supplying search-paths to the consumingaugurcommand.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels