Skip to content
forked from ndejay/ripe

Middleware for your MOAB/Torque stack and pipeline

License

Notifications You must be signed in to change notification settings

genevievebo/ripe

 
 

Repository files navigation

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

About

Middleware for your MOAB/Torque stack and pipeline

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 90.7%
  • Shell 9.0%
  • HTML 0.3%