Ripe

Gem Version Build Status Code Climate Test Coverage Inline docs

ripe is an abstraction layer between the MOAB/Torque stack and your pipeline.

With ripe, you can easily collate tasks into workflows which can then be applied to samples without the headache of manually dealing with the queuing system.

Notes:

  • MOAB is a scheduler -- it takes care of priorities and allocations.
  • Torque is a resource manager -- it launches the jobs on the nodes.

Installation

Add this line to your application's Gemfile:

gem 'ripe', :git => 'git://github.com/ndejay/ripe.git'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ripe

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/ndejay/ripe/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request