2009-11-10 22:43:02 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Bowtie < Formula
|
2010-11-02 17:14:40 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/bowtie-bio/bowtie/0.12.7/bowtie-0.12.7-src.zip'
|
2009-11-10 22:43:02 +00:00
|
|
|
homepage 'http://bowtie-bio.sourceforge.net/index.shtml'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '0eb752db072a2da6fc6dac55d2ab825422e994ce'
|
2009-11-10 22:43:02 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
2010-11-02 17:14:40 +00:00
|
|
|
bin.install %W(bowtie bowtie-build bowtie-inspect)
|
2009-11-10 22:43:02 +00:00
|
|
|
end
|
|
|
|
end
|