A multiple sequence alignment viewer
See user guide
See https://gmod.github.io/react-msaview
This page is a deployment of the app
directory in this repo, which uses the
react-msaview
NPM package, and additionally adds the 3-D structure viewer
The lib folder contains the NPM package, and the app
folder contains an
example usage with additional wiring to use with a 3-D protein structure viewer
git clone https://github.com/GMOD/react-msaview
cd react-msaview
In one window, start a watcher for the library
cd lib
yarn tsc --watch
In another window, start the app
cd app
yarn dev
To install as a NPM package or CDN style bundle, see USAGE.md
This repo also supports https://github.com/GMOD/jbrowse-plugin-msaview which is a jbrowse 2 plugin for viewing MSAs
This repo also builds on abrowse (https://github.com/ihh/abrowse) and phylo-react (https://www.npmjs.com/package/phylo-react)