Skip to content

Instantly share code, notes, and snippets.

@saketkc
Created September 29, 2014 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saketkc/583fdd4b1f73beb26d2f to your computer and use it in GitHub Desktop.
Save saketkc/583fdd4b1f73beb26d2f to your computer and use it in GitHub Desktop.
methpipe.rb
require "formula"
class Methpipe < Formula
head "https://github.com/smithlabcode/methpipe.git"
homepage "http://smithlabresearch.org/software/methpipe/"
url "http://smithlabresearch.org/downloads/methpipe-3.3.1.tar.gz"
sha1 "00dea4a51e7b8ed5e7020bba89db63a91d86a70f"
depends_on "gsl" => :build
def install
system "make", "all"
system "make", "install"
prefix.install 'bin'
end
test do
system "symmetric-cpgs -about"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment