-
I noticed that profiles have multiple subdirectories, each containing its own source.yaml file as well as generated json and rst files. Current structure looks like:
However, in gks-common, there is a single subdirectory with multiple source files and a single def/json stores all concepts. Current structure looks like:
@ga4gh/va-admin , can you explain why the profiles are structured this way rather than following the gks-common approach? What are there advantages for current structure?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This past weekend I combined all the profiles into a single yaml so that I could see the impact. I feel this is a simpler approach at this point. Others are welcome to look at the commit history to compare the current changes versus the older split out approach. |
Beta Was this translation helpful? Give feedback.
-
I also aggregated the |
Beta Was this translation helpful? Give feedback.
-
Going to close this discussion. All repos are using similar structure now. Consistency is nice! |
Beta Was this translation helpful? Give feedback.
This past weekend I combined all the profiles into a single yaml so that I could see the impact. I feel this is a simpler approach at this point. Others are welcome to look at the commit history to compare the current changes versus the older split out approach.