ga4gh / ga4gh-server

Reference implementation of the APIs defined in ga4gh-schemas. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
96 stars 91 forks source link

Improve repo manager input validation by type #890

Open jeromekelleher opened 8 years ago

jeromekelleher commented 8 years ago

Metadata input from the data repository is not type checked, which can lead to mysterious server failures at run time (this happens when we run the proto based server against the current ga4gh-example-data). #889 fixes this temporarily, but we should improve data checking when we ingest the data.

david4096 commented 7 years ago

Argparse might be doing this for us at the CLI level. To close this add type checking of arguments to the repomanager functions.