Skip to content

Commit

Permalink
Update ontime to 0.2.2 (bioconda#43973)
Browse files Browse the repository at this point in the history
* Update ontime to 0.2.1

* add run_exports

* Update ontime to 0.2.2

---------

Co-authored-by: joshuazhuang7 <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 30, 2023
1 parent 77d98ab commit 963fdca
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions recipes/ontime/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.1.3" %}
{% set version = "0.2.2" %}
{% set name = "ontime" %}

package:
Expand All @@ -7,10 +7,12 @@ package:

source:
url: https://github.com/mbhall88/{{ name }}/archive/{{ version }}.tar.gz
sha256: ce1b03582969694f06e62dd7c2445fb17ba240b8539220cad0b79317b42d360f
sha256: f24f3b617fa56230a4a3b32a32a19bba4f2684a0abc7538902a2dee63a87521c

build:
number: 2
number: 0
run_exports:
- {{ pin_subpackage('ontime', max_pin="x.x") }}

requirements:
build:
Expand All @@ -24,6 +26,7 @@ test:
about:
home: https://github.com/mbhall88/ontime
license: MIT
license_family: MIT
summary: Extract subsets of ONT (Nanopore) reads based on time
license_file: LICENSE

Expand Down

0 comments on commit 963fdca

Please sign in to comment.