Added bowtie short read aligner
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
cb17f0b83f
commit
726be21830
1 changed files with 12 additions and 0 deletions
12
Formula/bowtie.rb
Normal file
12
Formula/bowtie.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Bowtie <Formula
|
||||
url 'http://downloads.sourceforge.net/project/bowtie-bio/bowtie/0.12.5/bowtie-0.12.5-src.zip'
|
||||
homepage 'http://bowtie-bio.sourceforge.net/index.shtml'
|
||||
md5 'c3c633b60f82a775226c1d6b27813315'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install ["bowtie", "bowtie-build", "bowtie-inspect"]
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue