forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
29 lines (28 loc) · 850 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
build:
number: 2
# XXX OSX currently failing due to problem with bundled shared libraries
skip: True # [osx]
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}
about:
home: https://github.com/COMBINE-lab/salmon
license: GPLv3
summary: Highly-accurate & wicked fast transcript-level quantification from RNA-seq reads using lightweight alignments
package:
name: salmon
version: 0.6.0
source:
fn: SalmonBeta-0.6.0_OSX_10.11.tar.gz # [osx]
url: https://github.com/COMBINE-lab/salmon/releases/download/v0.6.0/SalmonBeta-0.6.0_OSX_10.11.tar.gz # [osx]
fn: salmon-v0.6.0.tar.gz # [linux]
url: https://github.com/COMBINE-lab/salmon/archive/v0.6.0.tar.gz # [linux]
requirements:
build:
- boost {{CONDA_BOOST}}*
- cmake
- tbb
run:
- boost {{CONDA_BOOST}}*
- tbb
test:
commands:
- salmon --help