Skip to content

Commit

Permalink
Merge pull request #1358 from garrettmflynn/merge-duplicate-species_m…
Browse files Browse the repository at this point in the history
…ap-entries

Merge duplicate entries in species_map
  • Loading branch information
yarikoptic authored Nov 16, 2023
2 parents 29d2c9c + 994ce09 commit 7dd2a1b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dandi/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def extract_cellLine(metadata: dict) -> str | None:
"Homo sapiens - Human",
),
(
["norvegicus"],
["rat", "norvegicus"],
None,
"http://purl.obolibrary.org/obo/NCBITaxon_10116",
"Rattus norvegicus - Norway rat",
Expand All @@ -485,12 +485,6 @@ def extract_cellLine(metadata: dict) -> str | None:
"http://purl.obolibrary.org/obo/NCBITaxon_10117",
"Rattus rattus - Black rat",
),
(
["rat"],
None,
"http://purl.obolibrary.org/obo/NCBITaxon_10116",
"Rattus norvegicus - Norway rat",
),
(
["mulatta", "rhesus"],
None,
Expand Down

0 comments on commit 7dd2a1b

Please sign in to comment.