Skip to content

Commit

Permalink
Update core-snp-filter: add aarch64/arm64 builds (#52255)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick authored Nov 21, 2024
1 parent 077792d commit 8be67c3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions recipes/core-snp-filter/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 5fa0357c4429e52644a9bdd5dfa4be3a3fc6889073f7678ed5a47f8a7f267c3d

build:
number: 0
number: 1
run_exports:
- {{ pin_subpackage('core-snp-filter', max_pin="x.x") }}

Expand All @@ -22,8 +22,6 @@ requirements:
- clangdev
- make
- cmake
run:
- python >=3.6

test:
commands:
Expand All @@ -35,3 +33,8 @@ about:
license_family: GPL
license_file: LICENSE
summary: Filtering sites (i.e. columns) in a FASTA-format whole-genome pseudo-alignment.

extra:
additional-platforms:
- linux-aarch64
- osx-arm64

0 comments on commit 8be67c3

Please sign in to comment.