summaryrefslogtreecommitdiff
path: root/homebrew/bwa/.beer
blob: fae4e3cde14e8cc63d29527f3bbb211de21dde03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Bwa",
    "description": "Burrow-Wheeler Aligner for pairwise alignment of DNA",
    "url": "https://github.com/lh3/bwa/releases/download/v0.7.17/bwa-0.7.17.tar.bz2",
    "mirror": null,
    "homepage": "https://github.com/lh3/bwa",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install \"bwa\"",
        "man1.install \"bwa.1\""
    ],
    "version": "0.7.17",
    "file": "bwa.rb"
}