-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy pathmeta.yaml
49 lines (42 loc) · 1000 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
{% set name = "centrifuge" %}
{% set version = "1.0.4.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
build:
number: 2
skip: true # [osx]
run_exports:
- {{ pin_subpackage("centrifuge", max_pin="x.x") }}
source:
url: https://github.com/DaehwanKimLab/centrifuge/archive/refs/tags/v{{ version }}.tar.gz
sha256: 638cc6701688bfdf81173d65fa95332139e11b215b2d25c030f8ae873c34e5cc
patches:
- centrifuge-linux-aarch64.patch # [linux and aarch64]
requirements:
build:
- make
- {{ compiler('cxx') }}
host:
- zlib
run:
- zlib
- perl
- wget
- tar
- python
test:
commands:
- centrifuge --help
about:
home: https://github.com/DaehwanKimLab/centrifuge
license: GPL-3.0-only
license_file: LICENSE
license_family: GPL3
summary: 'Classifier for metagenomic sequences. Supports classifier scripts'
extra:
additional-platforms:
- linux-aarch64
identifiers:
- biotools:Centrifuge
- doi:10.1101/gr.210641.116