To install JBrowse, see the main JBrowse wiki at http://gmod.org/wiki/JBrowse.
The rest of this file is aimed primarily at developers.
Tests for the server-side Perl code. You must have the JBrowse Perl module prerequisites installed for them to work. Run with:
prove -lr t
Integration tests for the client-side app. You need to have Python
eggs for selenium
and nose
installed. Run the tests with:
nosetests
The embedded documentation is written in JSDoc. See http://code.google.com/p/jsdoc-toolkit.
Running bin/jbdoc ArrayRepr
will open your browser with
documentation about ArrayRepr.js.
The here for a comprehensive list of JSDoc tags.