Skip to content

Commit

Permalink
Update shorttracks to 1.2 (#50523)
Browse files Browse the repository at this point in the history
* Update shorttracks to 1.2

* add run_exports

---------

Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
3 people authored Sep 5, 2024
1 parent 9388168 commit daa9298
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/shorttracks/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "ShortTracks" %}
{% set version = "1.1" %}
{% set sha256 = "3cdc1f74c417f88d53c5d097f19dc341a6038b13190b7966f1e6be8624f66f0e" %}
{% set version = "1.2" %}
{% set sha256 = "e29ab660736a2da98eb7161e97636cf16d0c0b3161ed4e2e0d1b0914bddeccc6" %}

package:
name: {{ name|lower }}
Expand All @@ -13,6 +13,8 @@ source:
build:
noarch: generic
number: 0
run_exports:
- {{ pin_subpackage('shorttracks', max_pin="x") }}

requirements:
run:
Expand All @@ -31,4 +33,4 @@ about:
license_family: MIT
license_file: LICENSE
summary: 'ShortTracks : Useful length- and strand-based coverage files (bigwig) from small RNA-seq alignments (BAM)'

dev_url: https://github.com/MikeAxtell/ShortTracks

0 comments on commit daa9298

Please sign in to comment.