Giter VIP home page Giter VIP logo

primer-finder's Introduction

PrimerFinder Build Status

A simple web app for searching lists of primers to find the ones that bind the best to a target region.

An instance is freely available for use at http://primer-finder.herokuapp.com.

Setting up a development environment

PrimerFinder is written in Ruby using the Rails framework.

First, make sure you've got the version of Ruby specified in the Gemfile. As of this writing, that's 2.2.4. You'll almost certainly want to use a Ruby version manager to install and manage different versions of the language. I'm partial to using chruby with ruby-install, but RVM and rbenv are also popular.

You can check your Ruby version with ruby -v.

We use bundler to manage library dependencies. Install the necessary libraries ("gems") specified in the Gemfile by running:

$ gem install bundler
$ bundle

After setting up, you can run the application using Heroku Local:

$ heroku local

Running tests

Once you've set up your dev environment, you should be able to run the tests! PrimerFinder has a small suite of unit and feature tests. Run them with:

$ rake

Deployment

The canonical instance of PrimerFinder is hosted on Heroku. It should be fairly easy to deploy your own copy there, if you'd like to:

  • Create a new Heroku instance.
  • Associate it with your local repository.
  • git push heroku master

Everything should just work.

Licensing

PrimerFinder's licensed under the GNU General Public License.

Guidelines

Use the following guides for getting things done, programming well, and programming in style.

primer-finder's People

Contributors

hrs avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.