Skip to content

Commit

Permalink
Update htsinfer to 1.0.0-rc.1 (#52308)
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate authored Nov 22, 2024
1 parent f5e094c commit 3f44a00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/htsinfer/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "HTSinfer" %}
{% set version = "0.11.0" %}
{% set version = "1.0.0-rc.1" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"
version: {{ version|replace("-", "_") }}

source:
url: https://github.com/zavolanlab/htsinfer/archive/refs/tags/v0.11.0.tar.gz
sha256: f7225290e12bf129bdb654f06f1cb98da577be81d35f7d17844447fcdf058618
url: https://github.com/zavolanlab/htsinfer/archive/refs/tags/v1.0.0-rc.1.zip
sha256: 74699248eccb9bcabba9ea01a69fe9202829e52ed36c07d02f6ce186fc2c0219

build:
number: 1
number: 0
noarch: python
entry_points:
- htsinfer = htsinfer.cli:main
Expand Down Expand Up @@ -43,7 +43,7 @@ requirements:

test:
commands:
- htsinfer --version
- htsinfer --help

about:
home: https://github.com/zavolanlab/htsinfer
Expand Down

0 comments on commit 3f44a00

Please sign in to comment.