We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad9b85 commit a80511bCopy full SHA for a80511b
src/bmeg/bmeg-dictionary
transform/ensembl/uniprot.py
@@ -38,6 +38,7 @@ def transform(protein_table_path='source/ensembl/Homo_sapiens.GRCh37.85.uniprot.
38
39
if uniprot_id not in emitted:
40
p = Uniprot(id=Uniprot.make_gid(uniprot_id),
41
+ uniprot_id=uniprot_id,
42
genome=GENOME_BUILD,
43
project_id=PROJECT_ID)
44
emitter.emit_vertex(p)
0 commit comments