Skip to content

Commit

Permalink
update star-fusion to 1.14.0 (#52588)
Browse files Browse the repository at this point in the history
* update to 1.14.0

* update to 1.14.0
  • Loading branch information
crutching authored Dec 5, 2024
1 parent 2a09c7e commit 282eef2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions recipes/star-fusion/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{% set name = "STAR-Fusion" %}
{% set version = "1.13.0" %}
{% set sha256 = "39087681abfea5d09e3bff54f91853588b11ec5a924481ab5dc7cfbbd0742e03" %}
{% set version = "1.14.0" %}
{% set sha256 = "167829724d3ad82dca7983860d2034d13cbae494a8ede984978912cfec43358d" %}

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

source:
url: https://github.com/STAR-Fusion/STAR-Fusion/releases/download/STAR-Fusion-v{{ version }}/STAR-Fusion.v0.13.0.FULL.tar.gz
url: https://github.com/STAR-Fusion/STAR-Fusion/releases/download/STAR-Fusion-v{{ version }}/STAR-Fusion.v{{ version }}.FULL.tar.gz
sha256: {{ sha256 }}

build:
number: 1
number: 0
noarch: generic
run_exports:
- {{ pin_subpackage('star-fusion', max_pin="x") }}

requirements:
run:
- bbmap
Expand Down

0 comments on commit 282eef2

Please sign in to comment.