summaryrefslogtreecommitdiff
path: root/homebrew/bcftools/.beer
blob: bcd7601a7b9284dd90946d76fc6e0c2efa1857a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "name": "Bcftools",
    "description": "Tools for BCF/VCF files and variant calling from samtools",
    "url": "https://github.com/samtools/bcftools/releases/download/1.9/bcftools-1.9.tar.bz2",
    "mirror": null,
    "homepage": "https://www.htslib.org/",
    "depends": [
        {
            "depend": "gsl",
            "build-depend": false
        },
        {
            "depend": "htslib",
            "build-depend": false
        },
        {
            "depend": "xz",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--with-htslib=#{Formula[\"htslib\"].opt_prefix}\",",
        "\"--enable-libgsl\"",
        "system \"make\", \"install\"",
        "pkgshare.install \"test/query.vcf\""
    ],
    "version": "1.9",
    "file": "bcftools.rb"
}