Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 877 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 877 Bytes

Installing JBrowse

To install JBrowse, see the main JBrowse wiki at http://gmod.org/wiki/JBrowse.

The rest of this file is aimed primarily at developers.

Running the developer test suites

Server-side Perl

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

Client-side Integration Tests

Integration tests for the client-side app. You need to have Python eggs for selenium and nose installed. Run the tests with:

nosetests

Using the embedded JavaScript documentation

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.