Skip to content

Commit

Permalink
Merge pull request #521 from monarch-initiative/panther_pombase_fix
Browse files Browse the repository at this point in the history
Update pombase curie prefix in ingest & tests
  • Loading branch information
kevinschaper authored Sep 23, 2023
2 parents 6d4bb7e + 150f933 commit 0f47ae2
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 0f47ae2

Please sign in to comment.