diff --git a/recipes/strainy/meta.yaml b/recipes/strainy/meta.yaml index 9653b9a4f9738..4a12d82f26861 100644 --- a/recipes/strainy/meta.yaml +++ b/recipes/strainy/meta.yaml @@ -1,33 +1,33 @@ {% set version = "1.2" %} {% set name = "strainy" %} - package: name: strainy version: {{ version }} - source: url: https://github.com/katerinakazantseva/strainy/archive/refs/tags/{{ version }}.tar.gz sha256: 6ea476eb4a3dcbe1f1af10d2e73982b1aa57aedeedd2b688043a480052655d24 - build: - number: 0 + number: 1 noarch: python - script: {{ PYTHON }} -m pip install -vv . + script: {{ PYTHON }} -m pip install -vvv . --no-deps --no-build-isolation --no-cache-dir + entry_points: + - strainy = strainy.main:main run_exports: - {{ pin_subpackage("strainy", max_pin="x") }} - requirements: host: - - python + - python >=3.8 + - pip + - setuptools run: - python >=3.8 - samtools >=1.14 - bcftools >=1.14 - - minimap2 + - minimap2 >=2.28 - pygraphviz - matplotlib-base - biopython @@ -41,7 +41,6 @@ requirements: - scipy >=1.8,<1.13 - flye - test: commands: - strainy -h @@ -51,4 +50,4 @@ about: license: GPL-3.0-or-later license_family: GPL3 license_file: LICENSE - summary: Assembly-based metagenomic strain phasing using long reads + summary: "Assembly-based metagenomic strain phasing using long reads."