Skip to content

Commit

Permalink
update fusioninspector to 2.10.0 (#52980)
Browse files Browse the repository at this point in the history
  • Loading branch information
atrigila authored Dec 25, 2024
1 parent ea9e161 commit 3ce16d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/fusion-inspector/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "fusion-inspector" %}
{% set version = "2.8.0" %}
{% set version = "2.10.0" %}
{% set build = "0" %}

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

source:
url: https://github.com/FusionInspector/FusionInspector/releases/download/FusionInspector-v{{ version }}/FusionInspector-v{{ version }}.FULL.tar.gz
sha256: adfef115dffce5a9f55798fe0bd6ffdf771afe94f11883b69776d58858afc2ed
url: https://github.com/FusionInspector/FusionInspector/releases/download/FusionInspector-v{{ version }}/FusionInspector-v{{ version }}.tar.gz
sha256: 25b7bfc4944eced2f26530254b6dab5b7a11c7c9310bea25f08f2eca4f03a3d2

build:
noarch: generic
Expand All @@ -21,7 +21,7 @@ build:
requirements:
host:
- htslib
- trinity >=2.4
- trinity >=2.15.1
run:
- python >=3
- requests >=2.19.1
Expand All @@ -34,7 +34,7 @@ requirements:
- perl-db-file
- gmap >=2017.11.15
- star >=2.6.1b
- trinity >=2.4
- trinity >=2.15.1

test:
commands:
Expand Down

0 comments on commit 3ce16d9

Please sign in to comment.