Peter Amstutz
Peter Amstutz
@kinow and I had a discussion about using CWL for climate models, and the need to be able to send events between processes that haven't actually finished yet. This means,...
Related, for fetching/posting dynamic channel events, an implementation-specific program with a standard name like `cwl-channel-event` could be provided which would then communicate back to the WMS.
This was fixed already in https://github.com/common-workflow-language/cwltool/pull/1813
Closing old PRs
Closing old PRs
Closing old PRs
Would something like this work? ``` "InitialWorkDirRequirement": { "listing": [ { "entry": "$( { 'class': 'Directory', 'basename': 'dir', 'listing': [{ 'class': 'File', 'basename': 'test.inter', 'location': inputs.input_files[0].location }] })", "writable": true...
You can nest a Directory object in the listing of a parent Directory object, if that's what you're asking. Or do you mean, what should you do if `inputs.input_files[0]` is...
Suggest adding this to the README
This is cool. I owe you a code review.