Skip to content

Commit

Permalink
Merge pull request #1546 from kabilar/species
Browse files Browse the repository at this point in the history
Add Meriones unguiculatus to species list
  • Loading branch information
yarikoptic authored Nov 29, 2024
2 parents 8985478 + a8a5a94 commit 5215b37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dandi/metadata/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,12 @@ def extract_cellLine(metadata: dict) -> str | None:
NCBITAXON_URI_TEMPLATE.format("9545"),
"Macaca nemestrina",
),
(
["mongolian gerbil", "mongolian jird"],
None,
NCBITAXON_URI_TEMPLATE.format("10047"),
"Meriones unguiculatus",
),
]


Expand Down

0 comments on commit 5215b37

Please sign in to comment.