Skip to content

Commit a80511b

Browse files
committed
make uniprot pass schema validation
1 parent aad9b85 commit a80511b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/bmeg/bmeg-dictionary

transform/ensembl/uniprot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def transform(protein_table_path='source/ensembl/Homo_sapiens.GRCh37.85.uniprot.
3838

3939
if uniprot_id not in emitted:
4040
p = Uniprot(id=Uniprot.make_gid(uniprot_id),
41+
uniprot_id=uniprot_id,
4142
genome=GENOME_BUILD,
4243
project_id=PROJECT_ID)
4344
emitter.emit_vertex(p)

0 commit comments

Comments
 (0)