jefferys / cwl

Common workflow language support
Other
2 stars 0 forks source link

Read in tool.cwl as an object #4

Closed jefferys closed 7 years ago

jefferys commented 7 years ago

Need to be able to read and parse a cwl file. This is basically similar to reading the data.yml file, except it is reading a tool.cwl file instead.

cwlToolObj <- readCwlTool(fileName)
jefferys commented 7 years ago

Implementation not much different from data.yaml reader. Harder to create examples due to deep structure. API for programmatically creating this for simple cases might be easier.

jefferys commented 7 years ago

Added Issue #5 to consider builder interface.

jefferys commented 7 years ago

Done and committed back to dev as 52900460. Also cleaned up the hello boilerplate and added/rearranged some documentation with the overview vignette and the README.