-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
meta.yaml
53 lines (47 loc) · 1011 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
46
47
48
49
50
51
52
53
{% set version = "3.1.3" %}
{% set github = "https://github.com/marbl/MashMap" %}
package:
name: mashmap
version: {{ version }}
source:
url: "{{ github }}/archive/v{{ version }}.tar.gz"
sha256: 7719dd6b3c25e650e16218252eaae7dbf424a10890d717ec3ad0920b102fd05a
build:
number: 1
run_exports:
- {{ pin_subpackage("mashmap", max_pin="x.x") }}
# Refer to INSTALL.txt for details.
requirements:
build:
- make
- cmake >=3.21
- {{ compiler('c') }}
- {{ compiler('cxx') }}
host:
- perl =5.26
- zlib
- gsl
- htslib
- openblas
#- mkl # [osx]
run:
- zlib
- gsl
- htslib
- openblas
#- mkl # [osx]
test:
commands:
- mashmap -h 2>&1 | grep 'reference_files'
about:
home: "{{ github }}"
dev_url: "{{ github }}"
license: Custom
license_file: LICENSE.txt
summary: A fast approximate aligner for long DNA sequences.
extra:
additional-platforms:
- linux-aarch64
recipe-maintainers:
- bkille
- mjsteinbaugh