-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing IRIs and metadata from many transforms #66
Comments
example with ICD10PCS. Previously:
Currently:
|
This may also be a good juncture to see if the values added to edgefiles in |
Another example, with BFO. Previous transform:
Current transform:
The |
This may be due to a difference in |
Here's one confirmed difference: if I run a transform like the following
then |
This isn't really a blocker - the transforms should merge perfectly well without IRIs present - so if it's related to |
Metadata is missing in new transforms;
Will make this its own issue because I think I have a solution. |
Many transforms appear to be missing descriptions, IRIs, and possibly other fields populated in the previous set of transforms.
Will need to verify the JSON -> TSV step is populating fields as expected, particularly
name
anddescription
.The text was updated successfully, but these errors were encountered: