package:
  name: orientagraph
  version: '1.0'

source:
  url: https://github.com/sriramlab/OrientAGraph/archive/refs/tags/1.0.tar.gz
  sha256: 652111297323753c621a85bdcc4f443da7481272a07e59c21b56565f461774ce

build:
  number: 0

requirements:
  build:
    - make
    - {{ compiler('c') }}
  host:
    - boost-cpp
    - gsl
    - zlib
  run:
    - gsl

about:
  home: https://github.com/sriramlab/OrientAGraph
  licence_file: LICENSE
  summary: 'OrientAGraph enables Maximum Likelihood Network Orientation (MNLO), as a standalone routine or as a search heuristic within TreeMix, a popular package for estimating admixture graphs from f-statistics (or related quantities).'

test:
  commands:
    - orientagraph | grep "OrientAGraph Options"

extra:
  identifiers:
    - biotools:orientagraph
    - doi:10.1101/2021.02.02.429467
