f01307d6c89f243afd4e0eafe0d4421fb05f6039 angie Tue Jun 3 09:28:38 2025 -0700 Add genoflu types to metadata. Color by serotype by default. diff --git src/hg/utils/otto/fluA/pb2.config.json src/hg/utils/otto/fluA/pb2.config.json index 4ea36cbe303..3c7e144ac84 100644 --- src/hg/utils/otto/fluA/pb2.config.json +++ src/hg/utils/otto/fluA/pb2.config.json @@ -1,15 +1,18 @@ { "colorRamps": { "meta_mutdiffsel": { "scale": [ [0, "#D8D8D8"], [4.872, "#5050F8"] ] } }, "customNames": { + "meta_genoflu_genotype": "GenoFlu genotype", + "meta_genoflu_segtype": "GenoFlu segment type", "meta_mutdiffsel": "Differential selection in human vs. avian cells", "meta_mutdiffsel_mutations": "Differential selection mutations" }, "colorBy": { "colorByOptions": [ "meta_host", "meta_country", "meta_location", - "meta_serotype", "meta_segment", + "meta_serotype", "meta_segment", "meta_genoflu_genotype", "meta_genoflu_segtype", "meta_mutdiffsel", "genotype", "None" ] - } + }, + "defaultColorByField": "meta_serotype" }