{% set version = "6-a5d39d9" %}
{% set sha256 = "be19c26f5bdb7dcdd7bc48172105afecf19e5a2e5555edb3ba0c4aa0e4aac126" %}


package:
  name: metaeuk
  version: {{ version|replace("-", ".")  }}

build:
  number: 4
  run_exports:
    - {{ pin_subpackage('metaeuk', max_pin="x") }}

source:
  url: https://github.com/soedinglab/metaeuk/archive/{{ version }}.tar.gz
  sha256: {{ sha256 }}

requirements:
  build:
    - {{ compiler('cxx') }}
    - {{ compiler('c') }}
    - cmake
    - make
    - llvm-openmp  # [osx]
    - libgomp      # [linux]
  host:
    - perl
    - gawk
    - zlib
    - bzip2
  run:
    - wget
    - gawk
    - zlib
    - bzip2

test:
  commands:
    - metaeuk > /dev/null

about:
  home: https://github.com/soedinglab/metaeuk
  summary: "MetaEuk - sensitive, high-throughput gene discovery and annotation for large-scale eukaryotic metagenomics"
  license: GPL-3
  license_family: GPL
  license_file: LICENCE.md

extra:
  identifiers:
    - doi:10.1186/s40168-020-00808-x
    - biotools:metaeuk
  recipe-maintainers:
    - milot-mirdita
    - elileka
  additional-platforms:
    - linux-aarch64