elixir-cloud-aai / drs-filer

Lightweight, flexible Flask/Gunicorn-based GA4GH DRS implementation
Apache License 2.0
5 stars 8 forks source link

Improve config readability #41

Open sarthakgupta072 opened 3 years ago

sarthakgupta072 commented 3 years ago

As seen in config.yaml of TRS-filer, the self-references /anchors required by the service are specified under the service section.

This improves readability for an external user using the service.

Change the config.yaml of DRS-filer and make changes in other places accordingly.