Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update slow5tools to 1.3.0 #51048

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/slow5tools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "slow5tools" %}
{% set version = "1.2.0" %}
{% set version = "1.3.0" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/hasindu2008/slow5tools/releases/download/v{{ version }}/slow5tools-v{{ version }}-release.tar.gz
sha256: ce9d198f8368e90f440fce974e798b7f521b0fe4f859caf9a452bba1ca5af2d4
sha256: f7221285e0090a5ca05a75f5e70c51d093138b2c8ad658b2756c3c6e51097d5d

build:
number: 1
number: 0
run_exports:
- {{ pin_subpackage('slow5tools', max_pin="x") }}

Expand Down