Skip to content

alpapan/jbrowse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Modern JavaScript-based Genome Browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.4%
  • Perl 15.6%
  • Shell 4.3%
  • C++ 1.0%
  • Python 0.6%
  • C 0.1%