diff options
| author | Carlos Borroto | 2011-09-05 10:53:39 -0400 |
|---|---|---|
| committer | Jack Nagel | 2011-09-06 13:27:16 -0500 |
| commit | 6a2b2135dd84ab4ab38ce96b9e69935db1f60a73 (patch) | |
| tree | 20c16480ae232e7fdc6be9351713a11c1f63badc /Library/Formula | |
| parent | 9c77b52d6ef966915ff5e415549331329b81a802 (diff) | |
| download | homebrew-6a2b2135dd84ab4ab38ce96b9e69935db1f60a73.tar.bz2 | |
samtools 0.1.18
Install tools in misc/ to bin.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/samtools.rb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Library/Formula/samtools.rb b/Library/Formula/samtools.rb index 01605c46a..98f41f0c5 100644 --- a/Library/Formula/samtools.rb +++ b/Library/Formula/samtools.rb @@ -1,9 +1,9 @@ require 'formula' class Samtools < Formula - url 'http://sourceforge.net/projects/samtools/files/samtools/0.1.17/samtools-0.1.17.tar.bz2' + url 'http://sourceforge.net/projects/samtools/files/samtools/0.1.18/samtools-0.1.18.tar.bz2' homepage 'http://samtools.sourceforge.net/' - md5 '9549f7a6bba894766df9c3dd18d61f0b' + md5 '71dab132e21c0766f0de84c2371a9157' head 'https://samtools.svn.sourceforge.net/svnroot/samtools/trunk/samtools' def install @@ -11,11 +11,12 @@ class Samtools < Formula system "make razip" system "cd bcftools; make" - bin.install %w{samtools razip bcftools/bcftools} - (share+'samtools').install %w{examples misc} - (share+'samtools/misc').install %w{bcftools/vcfutils.pl} + bin.install %w{samtools razip bcftools/bcftools bcftools/vcfutils.pl} + bin.install %w{misc/maq2sam-long misc/maq2sam-short misc/md5fa misc/md5sum-lite misc/seqtk misc/wgsim} + bin.install Dir['misc/*.pl'] lib.install 'libbam.a' - (include+'bam').install Dir['*.h'] man1.install %w{samtools.1} + (share+'samtools').install %w{examples} + (include+'bam').install Dir['*.h'] end end |
