diff --git a/recipes/core-snp-filter/meta.yaml b/recipes/core-snp-filter/meta.yaml index 076de9705643a..a980cc1dafa02 100644 --- a/recipes/core-snp-filter/meta.yaml +++ b/recipes/core-snp-filter/meta.yaml @@ -9,7 +9,7 @@ source: sha256: 5fa0357c4429e52644a9bdd5dfa4be3a3fc6889073f7678ed5a47f8a7f267c3d build: - number: 0 + number: 1 run_exports: - {{ pin_subpackage('core-snp-filter', max_pin="x.x") }} @@ -22,8 +22,6 @@ requirements: - clangdev - make - cmake - run: - - python >=3.6 test: commands: @@ -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