Skip to content

Commit

Permalink
add ZFIN: prefix to ZDB-FISH records
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Jun 7, 2024
1 parent f9e3086 commit 3ae2cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zfin_genotype_to_phenotype_ingest/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


association = GenotypeToPhenotypicFeatureAssociation(id=str(uuid.uuid1()),
subject=row["Fish ID"],
subject="ZFIN:" + row["Fish ID"],
predicate="biolink:has_phenotype",
object=zp_term,
publications=[row["Publication ID"]],
Expand Down

0 comments on commit 3ae2cf2

Please sign in to comment.