Skip to content

Commit

Permalink
fix annotation method retrieval (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwoodf authored Feb 10, 2025
1 parent 8337402 commit 2e82546
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bia-ingest/bia_ingest/biostudies/v4/annotation_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def extract_annotation_method_dicts(
("title_id", "Title", ""),
("annotation_criteria", "Annotation Criteria", None),
("annotation_coverage", "Annotation Coverage", None),
("protocol_description", "Annotation Method", "")
]

model_dict_map = {}
Expand All @@ -78,9 +79,6 @@ def extract_annotation_method_dicts(
# annotation_source_indicator
# spatial_information
# transformation_description

model_dict["protocol_description"] = attr_dict.get("Annotation Method", "")


annotation_types = attr_dict.get("Annotation Type", "")
if annotation_types:
Expand Down

0 comments on commit 2e82546

Please sign in to comment.