Skip to content

Commit

Permalink
Update savana to 1.2.3 (#51495)
Browse files Browse the repository at this point in the history
* Update savana to 1.2.3

* Update meta.yaml

---------

Co-authored-by: Björn Grüning <bjoern@gruenings.eu>
  • Loading branch information
BiocondaBot and bgruening authored Oct 21, 2024
1 parent c248b98 commit 50fd1c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/savana/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "savana" %}
{% set version = "1.2.2" %}
{% set version = "1.2.3" %}

package:
name: "{{ name }}"
version: "{{ version }}"

source:
url: "https://github.com/cortes-ciriano-lab/{{ name }}/archive/{{ version }}.tar.gz"
sha256: c4a72c13d712930e8bc8e0865767c00708062edf4eec6f1bc951877c58f08380
sha256: 3d7b7258b59b7f8bc2704eed131df81db77931f790c86b7af19100554fa9d44f

build:
number: 0
Expand All @@ -22,6 +22,8 @@ build:
requirements:
build:
- python >=3.9
- pip
- setuptools
run:
- python >=3.9
- pybedtools >=0.9.0
Expand Down

0 comments on commit 50fd1c1

Please sign in to comment.