neherlab / pan-genome-visualization

Visualization of the pan-genome output by panX
https://pangenome.ch
Other
61 stars 14 forks source link

Fix crash in msa library #10

Closed ivan-aksamentov closed 3 years ago

ivan-aksamentov commented 3 years ago

Something unhealthy was happening inmsa library.

As a quick patch, this takes msa library from

https://github.com/niaid/msa

commit

e9b195d064d9e70af1696b8c3e915ce5fa27f35a

Link to the tree on this commit: https://github.com/niaid/msa/commit/e9b195d064d9e70af1696b8c3e915ce5fa27f35a

The new prebuilt js file is now in

public/javascripts/third_party/msa-niaid.js

and is imported in

public/javascripts/msaLoad.js

Same PR upstream: https://github.com/wdingx/pan-genome-visualization/pull/7