2009-11-10 22:43:02 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Bowtie < Formula
|
2009-11-10 22:43:02 +00:00
|
|
|
homepage 'http://bowtie-bio.sourceforge.net/index.shtml'
|
2012-10-21 22:27:15 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/bowtie-bio/bowtie/0.12.8/bowtie-0.12.8-src.zip'
|
|
|
|
sha1 '56fd4dfd1d8ef995f041d11ce6078dd1e22a655f'
|
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
|