bedtools: style nits
This commit is contained in:
parent
475767ccc1
commit
536fb1be54
1 changed files with 3 additions and 2 deletions
|
@ -1,13 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Bedtools < Formula
|
||||
url 'http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz'
|
||||
homepage 'http://code.google.com/p/bedtools/'
|
||||
url 'http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz'
|
||||
sha1 '1b1de3c35394a423f9ad98a9957a8853b426a578'
|
||||
|
||||
head 'https://github.com/arq5x/bedtools.git'
|
||||
|
||||
def install
|
||||
system "make all"
|
||||
bin.install Dir['bin/*']
|
||||
prefix.install 'bin'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue