forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
35 lines (30 loc) · 899 Bytes
/
meta.yaml
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
34
35
about:
home: 'http://bowtie-bio.sourceforge.net/bowtie2/index.shtml'
license: GPLv3
summary: Fast and sensitive read alignment
package:
name: bowtie2
version: 2.2.8
source:
fn: bowtie2-2.2.8-source.zip # [linux]
url: http://downloads.sourceforge.net/project/bowtie-bio/bowtie2/2.2.8/bowtie2-2.2.8-source.zip # [linux]
md5: c3d5dd807f053b9fd7cc786312e6e3fb # [linux]
fn: bowtie2-2.2.8-macos-x86_64.zip # [osx]
url: http://downloads.sourceforge.net/project/bowtie-bio/bowtie2/2.2.8/bowtie2-2.2.8-macos-x86_64.zip # [osx]
sha256: f1ed9079d5699eb123e74a749df447820422b7c8216d69f2ffb3f3487844a1b7 # [osx]
build:
number: 2
requirements:
build:
- gcc # [linux]
- python
run:
- python
- perl-threaded
- libgcc # [linux]
test:
commands:
- bowtie2 --version
- bowtie2-build --help
- bowtie2-inspect-l --help
- bowtie2-align-s --help