-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy pathmeta.yaml
45 lines (37 loc) · 862 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
36
37
38
39
40
41
42
43
44
45
{% set version = "0.7.0" %}
{% set sha256 = "e09038cb21a069c1c04d6e57a64caf2a0df2623f9a87a15aa630e60c3d23e03d" %}
package:
name: ema
version: {{ version }}
source:
url: https://github.com/arshajii/ema/releases/download/v{{ version }}/ema-v{{ version }}.tar.gz
sha256: '{{ sha256 }}'
patches:
- bwa.patch
# - remove_native.patch
build:
number: 1
skip: True # [osx]
requirements:
build:
- make
- {{ compiler('cxx') }}
- {{ compiler('c') }}
host:
- zlib
- llvm-openmp # [osx]
run:
- zlib
- llvm-openmp # [osx]
test:
commands:
- ema help
about:
home: http://ema.csail.mit.edu/
license: MIT
summary: Fast & accurate alignment of barcoded short-reads
dev_url: https://github.com/arshajii/ema
doc_url: https://github.com/arshajii/ema#usage
extra:
identifiers:
- doi:10.1101/220236