Giter VIP home page Giter VIP logo

geodiver's Introduction

GeoDiver

Build Status

Introduction

GeoDiver is a web app that allows users to easily analyse GEO datasets.

Installation

Installation Requirements

  • Ruby (>= 2.0.0)

Installation

Simply run the following command in the terminal.

gem install geodiver 

If that doesn't work, try sudo gem install geodiver instead.

Running From Source (Not Recommended)

It is also possible to run from source. However, this is not recommended.

# Clone the repository.
git clone https://github.com/ ...

# Move into GeoDiver source directory.
cd GeoDiver

# Install bundler
gem install bundler

# Use bundler to install dependencies
bundle install

# Optional: run tests and build the gem from source
bundle exec rake

# Run GeneValidator.
bundle exec geodiver -h
# note that `bundle exec` executes GeoDiver in the context of the bundle

# Alternativaly, install GeoDiver as a gem
bundle exec rake install
geodiver -h

Launch GeneValidator

To configure and launch Geodiver, run the following from a command line.

geodiver

Geodiver will automatically guide you through an interactive setup process to help set up your installation.

That's it! Open http://localhost:9292/ and start using GeoDiver!

Advanced Usage

See $ geodiver -h for more information on all the options available when running GeoDiver.

SUMMARY:
  GeoDiver - A easy to use web tool for analysing GEO datasets.

USAGE:
  $ geodiver [options]

Examples:
  # Launch GeoDiver with the given config file
  $ geodiver --config ~/.geodiver.conf

  # Launch GeoDiver with 8 threads at port 8888
  $ geodiver --num_threads 8 --port 8888


    -c, --config_file        Use the given configuration file
    -g, --gd_public_dir      The public directory that is served to the web application.
    -n, --num_threads        Number of threads to use to run a BLAST search
    -H, --host               Host to run GeoDiver on
    -p, --port               Port to run GeoDiver on (remember to update the port in Google Developer API as well)
    -s, --set                Set configuration value in default or given config file
    -D, --devel              Start GeoDiver in development mode
    -v, --version            Print version number of GeoDiver that will be loaded
    -h, --help               Display this help message.

This program was developed at QMUL as part of the Bioinformatics Masters Course.

geodiver's People

Contributors

ismailm avatar nazrath10r avatar

Watchers

James Cloos avatar Suresh Hewapathirana 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.