Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| 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 |