Skip to content
Snippets Groups Projects
Commit 8c87ffff authored by alexis.dereeper_ird.fr's avatar alexis.dereeper_ird.fr
Browse files

Replace sample-tracker.py

parent e6e7dc78
No related branches found
No related tags found
No related merge requests found
Pipeline #85340 passed
......@@ -601,6 +601,8 @@ def updateMap(clustering_name,colorizingmap_name,tiles):
CIX = str(df_geo.loc[idx]['strain_id'])
wt = df_geo.loc[idx]['WT_DER_RES']
#species_pathovar = species + " " + pathovar
my_color="blue"
if (colorizingmap_name == "Year of sampling" and int(year) in list(species_colors.keys())):
my_color = species_colors[int(year)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment