forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
29 lines (27 loc) · 937 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
package:
name: blast
version: 2.5.0
source:
fn: ncbi-blast-2.5.0+-src.tar.gz # [linux]
url: ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.5.0/ncbi-blast-2.5.0+-src.tar.gz # [linux]
md5: 54ad4f2ea15715487b3de712a9d27be8 # [linux]
fn: ncbi-blast-2.5.0+-x64-macosx.tar.gz # [osx]
url: ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.5.0/ncbi-blast-2.5.0+-x64-macosx.tar.gz # [osx]
md5: 9a2ac418e3031ed266787ea06585d468 # [osx]
build:
number: 1
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}
requirements:
build:
- boost {{CONDA_BOOST}}* # [linux]
- gcc # [linux]
run:
- boost {{CONDA_BOOST}}* # [linux]
- libgcc # [linux]
test:
commands:
- blastn -help > /dev/null
about:
home: http://blast.ncbi.nlm.nih.gov/Blast.cgi?PAGE_TYPE=BlastDocs
license: Public Domain
summary: BLAST+ is a new suite of BLAST tools that utilizes the NCBI C++ Toolkit.