ABL_KINASE -- BoltzMaker analysis

Open index.html through a web server, not by double-clicking it.

    python3 -m http.server 8000

then visit http://localhost:8000/. Or copy this whole directory into a web
root and visit it there; every path inside is relative, so a subdirectory
works as well as a root.

Double-clicking index.html will not work, and cannot be made to: the page
reads its data from the files in data/, and a browser refuses to read
alongside files from a file:// page. That is a rule in the browser rather
than something this package can arrange around.

What is here
    index.html      the explorer, with this campaign's summary already in it
    assets/         Mol*, Plotly and this site's own page code
    data/           structures, sequences, interaction images and the
                    superposition this campaign computed

The AlphaFold overlay is the one thing that does not work in this copy: it
resolves an accession against UniProt and AlphaFold at the moment you press
it, which needs the server that built the campaign.
