/antismash-js

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

antiSMASH HTML result javascript library

A custom library for antiSMASH genome viewing.

Building

Requires npm. Install the dependencies with:

npm ci

Then you can run either

make

or

npm run compile
./node_modules/.bin/webpack --mode production

and the resulting library will be dist/antismash.js.

License

All code is available under the GNU Affero General Public License (version 3), see the LICENSE file for details.