Skip to content

Commit

Permalink
Merge pull request #1327 from dandi/add-nemestrina
Browse files Browse the repository at this point in the history
Add Macaca nemestrina (user request)
  • Loading branch information
yarikoptic authored Sep 11, 2023
2 parents 1380865 + 81b4cfc commit 8a06a6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dandi/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ def extract_cellLine(metadata: dict) -> Optional[str]:
return None


# common_names, prefix, uri, name
species_map = [
(
["mouse"],
Expand Down Expand Up @@ -532,6 +533,12 @@ def extract_cellLine(metadata: dict) -> Optional[str]:
"http://purl.obolibrary.org/obo/NCBITaxon_6239",
"Caenorhabditis elegans",
),
(
["pig-tailed macaque", "pigtail monkey", "pigtail macaque"],
None,
"http://purl.obolibrary.org/obo/NCBITaxon_9545",
"Macaca nemestrina",
),
]


Expand Down

0 comments on commit 8a06a6e

Please sign in to comment.