Skip to content

Commit

Permalink
Update sniffles to 2.3.2 (bioconda#47133)
Browse files Browse the repository at this point in the history
* Update sniffles to 2.3

* add run_exports

* Update sniffles to 2.3.1

* Update sniffles to 2.3.2

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Apr 11, 2024
1 parent cb2eef7 commit 86e7488
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions recipes/sniffles/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "2.2" %}
{% set sha256 = "744ee05017e0e95a4b2e21020d7a7277d8fabae2c2c20cd982287bb7775d8ecf" %}
{% set version = "2.3.2" %}
{% set sha256 = "72531b65e479157473bd84dd3ba20118ba38ef27dcd502bf9d53b9d1f2a7d50f" %}

package:
name: sniffles
Expand All @@ -12,15 +12,17 @@ source:
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
run_exports:
- {{ pin_subpackage('sniffles', max_pin="x") }}

requirements:
host:
- python >=3.7
- setuptools
- python >=3.10
- pip
run:
- python >=3.7
- pysam
- python >=3.10
- pysam >=0.21.0

test:
commands:
Expand All @@ -33,3 +35,5 @@ about:
license_family: MIT
summary: Sniffles is a structural variation caller using third generation sequencing
(PacBio or Oxford Nanopore)
doc_url: https://github.com/fritzsedlazeck/Sniffles/wiki
dev_url: https://github.com/fritzsedlazeck/Sniffles

0 comments on commit 86e7488

Please sign in to comment.