wilzbach / msa

Modular BioJS compoment for a multiple sequence alignment
http://msa.biojs.net
Boost Software License 1.0
168 stars 79 forks source link

msa is not defined #258

Closed Nxssie closed 2 years ago

Nxssie commented 3 years ago

While testing a component that contains msa imported by adding cdn in scripts angular line it retrieves a "msa not defined" error.

I've tried with require("msa") sentence too and it's even worse because the msa doesn´t load properly so you can't test it.

Could be nice solve testing problem and improve the import of msa through npm way (require sentence I mean)

Thanks whoever read this.