Skip to content

Commit

Permalink
Update pombase curie prefix in ingest & tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Sep 19, 2023
1 parent 867082a commit 150f933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/monarch_ingest/ingests/panther/orthology_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def ncbitaxon_by_name(species_tag: str) -> Optional[str]:
"FlyBase": "FB",
"Ensembl": "ENSEMBL",
"EnsemblGenome": "ENSEMBL", # TODO: review and fix this later?
"PomBase": "POMBASE",
"PomBase": "PomBase",
"WormBase": "WB", # Wormbase supports 'WormBase:' but alliancegenome.org and identifiers.org supports 'WB:'
"GeneID": "NCBIGene", # seems to be Entrez Gene ID => map onto the NCBIGene: namespace
"Gene": None, # seems to be the gene symbol - we ignore it for now?
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/panther/test_genome_orthologs.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def script():
"RO:HOM0000017",
"PANTHER.FAMILY:PTHR12434",
],
"POMBASE:SPAC20G8.06": [
"PomBase:SPAC20G8.06": [
"ZFIN:ZDB-GENE-040915-1",
"NCBITaxon:7955",
"NCBITaxon:4896",
Expand Down

0 comments on commit 150f933

Please sign in to comment.