dib-lab / elvers

(formerly eelpond) an automated RNA-Seq workflow system
https://dib-lab.github.io/elvers/
Other
28 stars 3 forks source link

simplify config merge and check? #124

Open bluegenes opened 5 years ago

bluegenes commented 5 years ago

This may simplify the config/param merging https://medium.com/trabe/application-config-with-yaml-and-json-schema-validation-94a870855314

aka deepmerge may work better than my update_nested_dict function

either way, this is the same plan (json schema to validate, etc) I'm working towards in PR #122