54452ec022a6073410955c04e110a1784f71fb57
angie
  Wed Nov 13 17:37:34 2019 -0800
dbSnp153: add new ucscNote otherMapErr for mappings with the same rs# as a mapping w/inconsistent SPDI in BadCoords/Map Err subtrack.  refs #23283

diff --git src/hg/inc/bigDbSnp.h src/hg/inc/bigDbSnp.h
index dcfd84f..6fb3d21 100644
--- src/hg/inc/bigDbSnp.h
+++ src/hg/inc/bigDbSnp.h
@@ -83,30 +83,31 @@
 // ucscNotes is a comma-separated list of these values.  Developer: if you add a new one here,
 // then also update the descriptions used by bigDbSnpDescribeUcscNote in bigDbSnp.c.
 #define bdsAltIsAmbiguous "altIsAmbiguous"
 #define bdsClassMismatch "classMismatch"
 #define bdsClinvar "clinvar"
 #define bdsClinvarBenign "clinvarBenign"
 #define bdsClinvarConflicting "clinvarConflicting"
 #define bdsClinvarPathogenic "clinvarPathogenic"
 #define bdsClusterError "clusterError"
 #define bdsCommonAll "commonAll"
 #define bdsCommonSome "commonSome"
 #define bdsDiffMajor "diffMajor"
 #define bdsFreqIsAmbiguous "freqIsAmbiguous"
 #define bdsFreqNotRefAlt "freqNotRefAlt"
 #define bdsMultiMap "multiMap"
+#define bdsOtherMapErr "otherMapErr"
 #define bdsOverlapDiffClass "overlapDiffClass"
 #define bdsOverlapSameClass "overlapSameClass"
 #define bdsRareAll "rareAll"
 #define bdsRareSome "rareSome"
 #define bdsRefIsAmbiguous "refIsAmbiguous"
 #define bdsRefIsMinor "refIsMinor"
 #define bdsRefIsRare "refIsRare"
 #define bdsRefIsSingleton "refIsSingleton"
 #define bdsRefMismatch "refMismatch"
 #define bdsRevStrand "revStrand"
 
 char *bigDbSnpDescribeUcscNote(char *ucscNote);
 /* Return a string describing ucscNote, unless it is unrecognized in which case return NULL.
  * Do not free returned value. */