You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see some outputs.msouts defined, but this seems redundant if there is an inputs.ms with writable: true, because surely that already implies the ms is both an input and an output?
Explicit File and MS type outputs need to be validated before running perhaps, at least in the sense of checking for valid output filenames
Implicit File and MS type outputs are currently treated as globs. An example from wsclean.yaml:
...will turn into a list of matching files when the output is validated. But what if other (preexisting) files match the glob pattern? Should we maybe check timestamps, to ignore pre-existing files? Seems fiddly and non-robust.
Can we have an output that is a str? A float? I can see use cases for such things, but I don't see my way to a generic and elegant solution (yet).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Some things to consider about cab/recipe outputs:
I see some
outputs.msout
s defined, but this seems redundant if there is aninputs.ms
withwritable: true
, because surely that already implies the ms is both an input and an output?Explicit
File
andMS
type outputs need to be validated before running perhaps, at least in the sense of checking for valid output filenamesImplicit
File
andMS
type outputs are currently treated as globs. An example fromwsclean.yaml
:...will turn into a list of matching files when the output is validated. But what if other (preexisting) files match the glob pattern? Should we maybe check timestamps, to ignore pre-existing files? Seems fiddly and non-robust.
Can we have an output that is a
str
? Afloat
? I can see use cases for such things, but I don't see my way to a generic and elegant solution (yet).Beta Was this translation helpful? Give feedback.
All reactions