forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
28 lines (26 loc) · 925 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
package:
name: blast
version: 2.2.31
source:
fn: ncbi-blast-2.2.31+-src.tar.gz # [linux]
url: ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.31/ncbi-blast-2.2.31+-src.tar.gz # [linux]
md5: f32bd2d2c66205c53c6981f94e1a0d54 # [linux]
fn: ncbi-blast-2.2.31+-universal-macosx.tar.gz # [osx]
url: ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.2.31/ncbi-blast-2.2.31+-universal-macosx.tar.gz # [osx]
md5: 316555fef19749fe90455b7def03634e # [osx]
build:
number: 2
skip: False
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}
requirements:
build:
- boost {{CONDA_BOOST}}* # [linux]
run:
- boost {{CONDA_BOOST}}* # [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.