r-yaml icon indicating copy to clipboard operation
r-yaml copied to clipboard

FR: support 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 in R?

ramiromagno avatar Jun 03 '23 01:06 ramiromagno

It would be quite difficult with the way the library is structured. The library is built around a yaml1.1 parser library that has not made the transition to yaml1.2.

spgarbet avatar Nov 28 '23 15:11 spgarbet