summaryrefslogtreecommitdiff
path: root/homebrew/samtools/.beer
blob: dd439566ff2c2dd1f4c7087202f637e64d542621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Samtools",
    "description": "Tools for manipulating next-generation sequencing data",
    "url": "https://github.com/samtools/samtools/releases/download/1.9/samtools-1.9.tar.bz2",
    "mirror": null,
    "homepage": "https://www.htslib.org/",
    "depends": [
        {
            "depend": "htslib",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--with-htslib=#{Formula[\"htslib\"].opt_prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.9",
    "file": "samtools.rb"
}