Skip to content

Commit

Permalink
Sniffles v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lfpaulin authored Nov 12, 2024
1 parent 804c0a6 commit 25ad33b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/sniffles/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "2.4" %}
{% set sha256 = "e3c2f552105cd5f5941d6291b9ee9dbfe634ad19b5e7a64fa26b9e2daa6547d4" %}
{% set version = "2.5.1" %}
{% set sha256 = "c4c99899d3dd8af5393307d7e1cdf1514637647684f4f6e424a6a509a8bad3ef" %}

package:
name: sniffles
Expand All @@ -10,18 +10,18 @@ source:
sha256: '{{sha256}}'

build:
number: 0
number: 1
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
run_exports:
- {{ pin_subpackage('sniffles', max_pin="x") }}

requirements:
host:
- python >=3.10
- python ==3.10.15
- pip
run:
- python >=3.10
- python ==3.10.15
- pysam >=0.21.0
- edlib >=1.3.9
- psutil >=5.9.4
Expand Down

0 comments on commit 25ad33b

Please sign in to comment.