Skip to content

Commit

Permalink
medaka: add linux-aarch64 build
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Mar 27, 2024
1 parent 0160f4d commit 7f43f6b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/medaka/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source:
- patch

build:
number: 0
number: 1
entry_points:
- medaka = medaka.medaka:main
- medaka_counts = medaka.medaka_counts:main
Expand All @@ -33,7 +33,7 @@ requirements:
- cffi >=1.15.0
- htslib >=1.14
- libcurl
- openssl
- openssl >=1.1.1
- bzip2
- xz
- zlib
Expand Down Expand Up @@ -61,7 +61,7 @@ requirements:
- minimap2 >=2.17
- htslib >=1.14
- libcurl
- openssl
- openssl >=1.1.1
- wurlitzer

test:
Expand All @@ -82,6 +82,8 @@ about:
dev_url: https://github.com/nanoporetech/medaka

extra:
additional-platforms:
- linux-aarch64
identifiers:
- usegalaxy-eu:medaka_consensus
- biotools:medaka

0 comments on commit 7f43f6b

Please sign in to comment.