-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Need something that can run a tool.cwl given a data.yaml file. Probably looks like:
cwlRun( 'tool.cwl', 'data.yaml' )
Not sure if it should return anything. This is pretty hard to do in general, so need to define success in a very limited way. The original idea was to work through the examples in the user manual. Probably limit this to just mac/linux compatible as don't have a windows test environment to work with, and this could all be run in docker, except for the parts that run docker...
Actually will actively NOT implement the docker component at this time.
Reactions are currently unavailable