broadinstitute / wdltool

BSD 3-Clause "New" or "Revised" License
18 stars 4 forks source link

Add command to generate JSON schema for inputs #36

Closed pshapiro4broad closed 6 years ago

pshapiro4broad commented 7 years ago

We would like to automate the process of validating a JSON input file against our WDL. Using the inputs command is helpful but it would be even easier to use for validation if wdltool had a command that generates the JSON schema for the inputs. The format for a JSON schema is here: http://json-schema.org/

geoffjentry commented 7 years ago

Not a comment on the actual topic but just a heads up that the wdltool repo is one of the dustiest corners in terms of developer attention :)

Also since wdltool is really just a command line wrapper around wdl4s, really any functionality request would involve a ticket there, might be more efficient to cut out the middle man and go there w/ these requests.

mcovarr commented 6 years ago

Issue moved to broadinstitute/cromwell #2882 via ZenHub