anopheles-genomic-surveillance / anopheles-genomic-surveillance.github.io

Lecture notes for a course on genomic surveillance of malaria vectors, developed by PAMCA and MalariaGEN
https://anopheles-genomic-surveillance.github.io/
Creative Commons Attribution Share Alike 4.0 International
7 stars 22 forks source link

W7 - maintenance #188

Closed ahernank closed 1 year ago

ahernank commented 1 year ago
ahernank commented 1 year ago

The issue with plot_haplotype_network() in #183 relates to the port used being busy. To make it work with the latest version of dash (2.11.1), you need to specify a new port (with server_port=80xx) every time you call a new network. As we have a lot of networks on module 4, I have instead downgraded dash to 2.9.3 which doesn't have this issue.