Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
16 lines (12 sloc) 362 Bytes
require 'formula'
class HallLabSvTools < Formula
homepage 'https://github.com/hall-lab/sv-tools'
version '2014-08-16'
url 'https://github.com/hall-lab/sv-tools.git', :revision => '85438625'
def install
bin.install %w[bedpeToBed12 bedpeToVcf splitReadSamToBedpe splitterToBreakpoint vcfToBedpe]
end
test do
system 'bedpeToVcf -h'
end
end