File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ def __init__(
212212 taxon_colors = TAXON_COLORS ,
213213 aim_species_colors = AIM_SPECIES_COLORS ,
214214 virtual_contigs = VIRTUAL_CONTIGS ,
215+ gene_names = GENE_NAMES ,
215216 inversion_tag_path = INVERSION_TAG_PATH ,
216217 unrestricted_use_only = unrestricted_use_only ,
217218 surveillance_use_only = surveillance_use_only ,
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ def __init__(
135135 taxon_colors : Optional [Mapping [str , str ]] = None ,
136136 aim_species_colors : Optional [Mapping [str , str ]] = None ,
137137 virtual_contigs : Optional [Mapping [str , Sequence [str ]]] = None ,
138+ gene_names : Optional [Mapping [str , str ]] = None ,
138139 inversion_tag_path : Optional [str ] = None ,
139140 unrestricted_use_only : Optional [bool ] = None ,
140141 surveillance_use_only : Optional [bool ] = None ,
@@ -172,6 +173,7 @@ def __init__(
172173 taxon_colors = taxon_colors ,
173174 aim_species_colors = aim_species_colors ,
174175 virtual_contigs = virtual_contigs ,
176+ gene_names = gene_names ,
175177 inversion_tag_path = inversion_tag_path ,
176178 unrestricted_use_only = unrestricted_use_only ,
177179 surveillance_use_only = surveillance_use_only ,
You can’t perform that action at this time.
0 commit comments