Skip to content

Commit 871bbad

Browse files
authored
Merge pull request #1705 from dandi/enh-add-wasp
Add a "common paper wasp" species
2 parents 3a2bb8a + 892f935 commit 871bbad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dandi/metadata/util.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,12 @@ def extract_cellLine(metadata: dict) -> str | None:
400400
NCBITAXON_URI_TEMPLATE.format("10047"),
401401
"Meriones unguiculatus",
402402
),
403+
(
404+
["common paper wasp"],
405+
None,
406+
NCBITAXON_URI_TEMPLATE.format("30207"),
407+
"Polistes fuscatus",
408+
),
403409
]
404410

405411

0 commit comments

Comments
 (0)