Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strainy req update #51663

Merged
merged 3 commits into from
Oct 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions recipes/strainy/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -41,7 +41,6 @@ requirements:
- scipy >=1.8,<1.13
- flye


test:
commands:
- strainy -h
Expand All @@ -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."