Skip to content

Commit

Permalink
Merge pull request #69 from biothings/clinvar-id-change
Browse files Browse the repository at this point in the history
discuss: change CLINVAR id from RCV to Variant ID
  • Loading branch information
newgene authored Aug 17, 2021
2 parents 6a9f225 + 04ac54c commit b68d0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const APIMETA: MetaDataItemsObject = {
MYVARIANT_HG19: ['_id'],
DBSNP: ['dbsnp.rsid', 'clinvar.rsid', 'dbnsfp.rsid'],
HGVS: ['clinvar.hgvs.genomic', 'clinvar.hgvs.protein', 'clinvar.hgvs.coding', 'dbnsfp.clinvar.hgvs'],
ClINVAR: ['clinvar.rcv.accession'],
ClINVAR: ['clinvar.variant_id'],
},
additional_attributes_mapping: {
cadd_consequence: ['cadd.consequence'],
Expand Down

0 comments on commit b68d0fc

Please sign in to comment.