Skip to content

Commit

Permalink
Update NCBI gene ID query field name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed Aug 6, 2019
1 parent 82eea5a commit b105336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hub/dataload/sources/ensembl/dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class GenericBioMart(HTTPDumper):
'type_of_gene':"gene_biotype", # x
'transcript_stable_id':"ensembl_transcript_id", # x x x x
'translation_stable_id':"ensembl_peptide_id", # x x x x
'dbprimary_id':"entrezgene", # x
'dbprimary_id':"entrezgene_id", # x
'profile_id':"pfscan", # x
'interpro_id':"interpro", # x
'pfam':"pfam" # x
Expand Down

0 comments on commit b105336

Please sign in to comment.