@@ -79,7 +79,7 @@ our @FLAG_FIELDS = (
79
79
{ flag => ' minimal' , fields => [' MINIMISED' ]},
80
80
{ flag => ' spdi' , fields => [' SPDI' ]},
81
81
{ flag => ' ga4gh_vrs' , fields => [' GA4GH_VRS' ]},
82
- { flag => ' somatic_classification ' , fields => [' SOMATIC_CLASSIFICATION ' ]},
82
+ { flag => ' clinvar_somatic_classification ' , fields => [' CLINVAR_SOMATIC_CLASSIFICATION ' ]},
83
83
84
84
# gene-related
85
85
{ flag => ' symbol' , fields => [' SYMBOL' ,' SYMBOL_SOURCE' ,' HGNC_ID' ] },
@@ -237,7 +237,7 @@ our %FIELD_DESCRIPTIONS = (
237
237
' MAX_AF_POPS' => ' Populations in which maximum allele frequency was observed' ,
238
238
' DISTANCE' => ' Shortest distance from variant to transcript' ,
239
239
' CLIN_SIG' => ' ClinVar clinical significance of the dbSNP variant' ,
240
- ' SOMATIC_CLASSIFICATION ' => ' ClinVar somatic classification of the dbSNP variant' ,
240
+ ' CLINVAR_SOMATIC_CLASSIFICATION ' => ' ClinVar somatic classification of the dbSNP variant' ,
241
241
' BIOTYPE' => ' Biotype of transcript or regulatory feature' ,
242
242
' PUBMED' => ' Pubmed ID(s) of publications that cite existing variant' ,
243
243
' ALLELE_NUM' => ' Allele number from input; 0 is reference, 1 is first alternate etc' ,
0 commit comments