John Didion
John Didion
I think the `scatter` keyword carries a connotation of the computation being distributed (even though that's not specified as a requirement of `scatter` - the engine has the option of...
@patmagee this could work. I'm not sure about `:` (which we don't use anywhere else in `wdl`) vs. `{}`. E.g. ``` Array[String] contents = [file in files if size(file, "mb")...
I agree with your last point - not necessary to change `scatter` syntax if we have list comprehension.
@stxue1 @adamnovak would also appreciate your reviews
@stxue1 @adamnovak would also appreciate your reviews
@davised thanks for confirming that this is an issue. I'd really appreciate a Pixi dev explaining why this is the behavior. Was there a motivating use case? I'd like to...