EBISPOT / gwas-sumstats-tools

Apache License 2.0
7 stars 1 forks source link

Extract metadata from ingest and rest API. #24

Closed jiyue1214 closed 8 months ago

jiyue1214 commented 9 months ago

I improved the meta-generation function by:

  1. Isolated an independent function gen_meta to generate meta.yaml file
  2. Extract metadata from the rest API first and then ingest API. The rest info will be updated by the ingest info.
  3. Change the yaml output by using the ruamel.yaml, which can add comments and easy to manage the indentation.