forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
30 lines (26 loc) · 787 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
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
build:
number: 0
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]
requirements:
build:
- python
run:
- python
test:
commands:
- bowtie2 --version
- bowtie2-build --help
- bowtie2-inspect-l --help
- bowtie2-align-s --help