Skip to content

Intuitive local web frontend for the BLAST bioinformatics tool

License

Notifications You must be signed in to change notification settings

alekhyam94/sequenceserver

 
 

Repository files navigation

build status code climate coverage gem version total downloads

gitter chat

SequenceServer - BLAST searching made easy!

SequenceServer lets you rapidly set up a BLAST+ server with an intuitive user interface for use locally or over the web.

Installation

Please see http://www.sequenceserver.com.

Contribute

You will need Ruby, NodeJS, respective package managers (RubyGems and npm), and CodeClimate for development.

Get source code.
git clone https://github.com/wurmlab/sequenceserver
cd sequenceserver
Install dependencies.
Ruby
gem install bundler && bundle

We use Capybara with WebKit driver for functional testing. If the above step fails, install qt (On Mac: brew install qt) and run bundle again.

If you are deploying SequenceServer from git (not advised) you can skip installing development dependencies (and qt) by running

bundle install --without=development
Node
npm install

We use jspm for front-end package management.

Run, test, lint, build

# Launch SequenceServer in development mode.
bundle exec bin/sequenceserver -D

# Run tests, code linters, and build.
rake

Contributors

About

Intuitive local web frontend for the BLAST bioinformatics tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 72.1%
  • Ruby 23.7%
  • HTML 2.5%
  • CSS 1.7%