Skip to content

Commit

Permalink
Update sniffles to 2.5.2 (#52049)
Browse files Browse the repository at this point in the history
* Update sniffles to 2.5

* Update sniffles to 2.5.1

* clean up recipe

* Update meta.yaml

* Update meta.yaml

* Update sniffles to 2.5.2

* Update meta.yaml

---------

Co-authored-by: mencian <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
3 people authored Nov 12, 2024
1 parent f2c6ae6 commit c770a83
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 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.2" %}
{% set sha256 = "b041580091a87d8c180303a1cb8ca513864ad1b41e64928fc0e04a59fdf5a80f" %}

package:
name: sniffles
Expand All @@ -12,30 +12,37 @@ source:
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -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
- python-edlib >=1.3.9
- psutil >=5.9.4

test:
commands:
- sniffles --help

about:
home: https://github.com/fritzsedlazeck/Sniffles
home: "https://github.com/fritzsedlazeck/Sniffles"
license: MIT
license_file: LICENSE
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
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"

extra:
identifiers:
- doi:10.1038/s41587-023-02024-y
- doi:10.1038/s41592-018-0001-7
- biotools:sniffles
- usegalaxy-eu:sniffles

0 comments on commit c770a83

Please sign in to comment.