{% set name = "trf" %}
{% set version = "4.09.1" %}

package:
  name: {{ name|lower }}
  version: {{ version }}

source:
  - url: https://github.com/Benson-Genomics-Lab/TRF/archive/v{{ version }}.tar.gz
    sha256: 516015b625473350c3d1c9b83cac86baea620c8418498ab64c0a67029c3fb28a
     

build:
  number: 5
  run_exports:
    - {{ pin_subpackage(name, max_pin='x') }}

requirements:
  build:
    - make
    - {{ compiler('c') }}
  run:

test:
  commands:
    - trf -v

about:
  home: https://tandem.bu.edu/trf/trf.html
  license: AGPL-3.0
  license_file: COPYING
  summary: 'Tandem Repeats Finder is a program to locate and display tandem repeats in DNA sequences.'

extra:
  additional-platforms:
    - linux-aarch64
  identifiers:
    - biotools:Trf
