flaxandteal / dewret

DEclarative Workflow REndering Tool
Apache License 2.0
1 stars 0 forks source link

[Requires #4] Step output fields #5

Closed philtweir closed 5 months ago

philtweir commented 5 months ago

What has changed?

Mainly two new constructs:

Why has this changed?

This allows us to use CWL structures for referencing individual subresults, which is not natively present in Python, but common in workflow contexts.

How to review?

Try the new examples in workflows.md and experiment with rewiring them.

philtweir commented 5 months ago

Superseded by #6