Skip to content

Commit

Permalink
Add Macaca nemestrina (user request)
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Sep 11, 2023
1 parent 1380865 commit 5e3e5b4
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",
),
(
["simia nemestrina"],
None,
"http://purl.obolibrary.org/obo/NCBITaxon_9545",
"Macaca nemestrina",
),
]


Expand Down

0 comments on commit 5e3e5b4

Please sign in to comment.