diff --git a/recipes/svtopovz/meta.yaml b/recipes/svtopovz/meta.yaml new file mode 100644 index 0000000000000..d885d82b8a86a --- /dev/null +++ b/recipes/svtopovz/meta.yaml @@ -0,0 +1,47 @@ +{% set name = "svtopovz" %} +{% set version = "0.1.1" %} +{% set shasum = "275acf6d296a04a981bc396e37836324d47eeedef61b04ab8073ac0c95c3b422" %} + +package: + name: {{ name }} + version: {{ version }} + +source: + url: https://github.com/PacificBiosciences/HiFi-SVTopo/archive/v{{ version }}.tar.gz + sha256: {{ shasum }} + +build: + noarch: python + number: 0 + script: "{{ PYTHON }} -m pip install HiFi-SVTopoVz/ --no-deps --no-build-isolation --no-cache-dir" + entry_points: + - svtopovz = svtopovz.__main__:main + run_exports: + - {{ pin_subpackage('svtopovz', max_pin="x.x") }} + +requirements: + host: + - pip + - python >=3.10 + - cython >=3.0.10 + - setuptools + run: + - python >=3.10 + - matplotlib-base >=3.8.4 + - numpy ==1.26.4 + - scikit-image >=0.24.0 + +test: + commands: + - svtopovz --version + - svtopovz --help + +about: + home: https://github.com/PacificBiosciences/HiFi-SVTopo + license: "Pacific Biosciences Software License Agreement" + summary: "Complex structural variant visualization for HiFi sequencing data: plotting tool." + dev_url: https://github.com/PacificBiosciences/HiFi-SVTopo + +extra: + recipe-maintainers: + - jbelyeu