ersilia-os / ersilia

The Ersilia Model Hub, a repository of AI/ML models for infectious and neglected disease research.
https://ersilia.io
GNU General Public License v3.0
201 stars 128 forks source link

🐈 Task: Refactor script that updates metadata to work with YAML instead #1233

Open DhanshreeA opened 4 weeks ago

DhanshreeA commented 4 weeks ago

Summary

The Model Request Approval workflow tries to parse information from the Model Request Issue to serialize this data into the model's metadata file. This step is important to be carried out at this stage so that we don't lose information from the issue. Since the development of Ersilia Pack, we have moved away from using JSON format for the metadata file in favor of using the YAML syntax since the latter is more user friendly to work with. The script parsing this information and serializing it in JSON format should be updated to work with YAML instead, and correspondingly, the eos-template should do away with keeping a skeleton metadata.json file as well.

Objective(s)

Documentation

No response