Skip to content

Commit

Permalink
Update sequali to 0.12.0 (#51271)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Oct 9, 2024
1 parent 69a61d4 commit f27c823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/sequali/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "sequali" %}
{% set version = "0.11.1" %}
{% set version = "0.12.0" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: d528a9a6eceace4fa8f1ef29625954a759928e7bab02348ef8f92887442f9527
sha256: 14ddcfbe91ab4e941c4e20f0e93e3ad83fba80aca40a3c3c499acd19ac0b9f3c

build:
number: 2
number: 0
entry_points:
- sequali=sequali.__main__:main
- sequali-report=sequali.__main__:sequali_report
Expand Down

0 comments on commit f27c823

Please sign in to comment.