Peter Amstutz

Results 203 comments of 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

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...

This is cool. I owe you a code review.