jefferys / cwl

Common workflow language support
Other
2 stars 0 forks source link

Need a tool runner. #6

Open jefferys opened 7 years ago

jefferys commented 7 years ago

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.