summaryrefslogtreecommitdiff
path: root/homebrew/bowtie2/.beer
blob: 7f575d787d987eefce3d06fa640274d414b06739 (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
{
    "name": "Bowtie2",
    "description": "Fast and sensitive gapped read aligner",
    "url": "https://github.com/BenLangmead/bowtie2/archive/v2.3.5.tar.gz",
    "mirror": null,
    "homepage": "https://bowtie-bio.sourceforge.io/bowtie2/",
    "depends": [
        {
            "depend": "tbb",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "tbb = Formula[\"tbb\"]",
        "system \"make\", \"install\", \"WITH_TBB=1\", \"prefix=#{prefix}\",",
        "\"EXTRA_FLAGS=-L #{tbb.opt_lib}\", \"INC=-I #{tbb.opt_include}\"",
        "pkgshare.install \"example\", \"scripts\""
    ],
    "version": "2.3.5",
    "file": "bowtie2.rb"
}