validate icon indicating copy to clipboard operation
validate copied to clipboard

Question: YAML schema validation

Open ramiromagno opened this issue 2 years ago • 1 comments

Example: The GWAS Catalog Summary Statistics Format (GWAS-SSF)

The metadata YAML file of the GWAS-SSF standard obeys a schema standard.

Seemingly this validation can be achieved with https://github.com/23andMe/Yamale, a python tool.

How hard would it be to perform this using {validate}?

I've posted the same question in https://github.com/vubiostat/r-yaml/issues/130.

ramiromagno avatar Jun 03 '23 02:06 ramiromagno

https://data-cleaning.github.io/validate/sect-rulefiles.html#sect-yamlfiles ?

epi-sam avatar Nov 02 '23 17:11 epi-sam