antismash / antismash-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 98.7%Language:JavaScript 1.1%Language:Makefile 0.2%