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

Update freyja to 1.5.2 #51511

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
14 changes: 9 additions & 5 deletions recipes/freyja/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set version = "1.5.1" %}
{% set version = "1.5.2" %}
{% set name = "Freyja" %}

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

build:
number: 1
script: "python -m pip install . --no-deps"
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"
noarch: python
entry_points:
- freyja=freyja._cli:cli
Expand All @@ -16,12 +16,13 @@ build:

source:
url: https://github.com/andersen-lab/{{ name }}/archive/v{{ version }}.tar.gz
sha256: e9007c144857cb8aefe5a834e50c097d1ed685439c9c25f188e38d0c736084d8
sha256: e1703f2bff4bd747f80b7b3ebd97a8b06dc1b149d4306323c0408ee4cfeddab9

requirements:
host:
- python >=3.7
- pip
- setuptools
run:
- python >=3.7
- click
Expand All @@ -40,8 +41,10 @@ requirements:
- epiweeks
- pysam
- biopython
- seaborn
- seaborn-base
- pyarrow
- sphinx
- sphinx_rtd_theme

test:
commands:
Expand All @@ -53,3 +56,4 @@ about:
license_family: BSD
license_file: LICENSE
summary: "Freyja recovers relative lineage abundances from mixed SARS-CoV-2 samples and provides functionality to analyze lineage dynamics."
dev_url: https://github.com/andersen-lab/Freyja