Skip to content

Commit

Permalink
Lower case matches
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic authored Nov 29, 2024
1 parent d59e778 commit a8a5a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/metadata/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def extract_cellLine(metadata: dict) -> str | None:
"Macaca nemestrina",
),
(
["Mongolian gerbil", "Mongolian jird"],
["mongolian gerbil", "mongolian jird"],
None,
NCBITAXON_URI_TEMPLATE.format("10047"),
"Meriones unguiculatus",
Expand Down

0 comments on commit a8a5a94

Please sign in to comment.