Skip to content

Commit

Permalink
Update dh-validate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ddooley authored Sep 6, 2024
1 parent af2edf7 commit 4b248a1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions script/dh-validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,12 +407,6 @@ def getLinkMLTransform(SCHEMA, template, row_data):
if slot['multivalued'] == True:
output_val = [x.strip() for x in re.split(DELIMITERS, output_val)];


# ISSUE: () preserved rather than eliminated
# ISSUE: diagnostic pcr Ct value 1 not transformed to diagnostic_pcr_ct_value_1
# ISSUE:


# For validation, LinkML will transform both schema and slot labels into
# what it considers are standardized names, so we have to anticipate what
# new slot label will be via search and replace. Convert keys to
Expand Down

0 comments on commit 4b248a1

Please sign in to comment.