Peter Amstutz

Results 44 issues of Peter Amstutz

Update: the latest proposal is at https://github.com/common-workflow-language/cwltool/pull/1629 (specifically see https://github.com/common-workflow-language/cwltool/blob/92c4073bf2e7965587d62abbf08914e0735e5419/cwltool/extensions-v1.1.yml#L68 ) Below is the original proposal --- HardwareRequirement Specify that a tool requires special hardware feature that cannot be provided...

Design sketch for a CWL "channel" type. # Motivation * Be able to trigger downstream computation when an upstream computation hasn't finished yet, but has produced partial results * To...

Design sketch for loops. The distinction between loops and scatter is that loops are explicitly sequential, whereas scatter is a parallel operation. A looping step consists of a `while` condition...

PartitionRequirement: Select preferred compute partition or queue on which to run jobs (site specific). Field | Type -- | -- partition | string or array of strings

Unimplemented-Idea

This was merged by accident and reverted, bringing it back for discussion * Text might be too "market-y" so looking for suggestions on toning it down * After seeing it...

Typing related to conditionals should be part of the computed output signature of the step, not added in by the checker. refs #1639

## Expected Behavior Should not give a warning when scattering with a conditional connects to an array of optional values. ## Actual Behavior It gaves a warning because the output...

We have a few reports about the container failing to start because one of the bind mounts cannot be found, the strange thing is that these are different invocations on...

Tweak syntax so that dockerclient can be compiled with Go 1.3 (current master uses syntax that is only available in Go 1.4+)