Skip to content

Commit

Permalink
bracken: add linux-aarch64 support (#52411)
Browse files Browse the repository at this point in the history
* Add linux-aarch64 support

* bump build numbrer

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
dslarm and mencian authored Nov 28, 2024
1 parent 918add9 commit 125b748
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipes/bracken/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ source:
- py3.patch

build:
number: 0
skip: True # [osx]
number: 1
skip: True # [osx and x86_64]
run_exports:
- {{ pin_subpackage('bracken', max_pin="x") }}

Expand Down Expand Up @@ -49,6 +49,10 @@ about:
doc_url: https://github.com/jenniferlu717/Bracken/blob/v{{ version }}/README.md

extra:
additional-platforms:
- linux-aarch64
# missing perl-list-moreutils-xs, perl-io-compress and rpsbproc for osx-arm64
# - osx-arm64
identifiers:
- biotools:Bracken
- usegalaxy-eu:est_abundance
Expand Down

0 comments on commit 125b748

Please sign in to comment.