Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kraken2: add linux-aarch64 build #47231

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions recipes/kraken2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ source:
- Makefile.patch

build:
number: 1
run_exports: '{{ pin_subpackage("kraken2", max_pin="x.x") }}'
number: 2
run_exports:
- {{ pin_subpackage(name, max_pin="x") }}

requirements:
build:
Expand Down Expand Up @@ -50,6 +51,8 @@ about:
summary: Kraken2 is a system for assigning taxonomic labels to short DNA sequences, usually obtained through metagenomic studies.

extra:
additional-platforms:
- linux-aarch64
identifiers:
- biotools:kraken2
- doi:10.1186/gb-2014-15-3-r46
Expand Down