Skip to content

Commit

Permalink
Update tn93 to 1.0.12 (bioconda#44323)
Browse files Browse the repository at this point in the history
* Update tn93 to 1.0.12

* add run_exports

---------

Co-authored-by: joshuazhuang7 <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 18, 2023
1 parent 9e6afd1 commit dd41f4a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions recipes/tn93/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{% set version = "1.0.9" %}
{% set version = "1.0.12" %}

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

source:
url: https://github.com/veg/tn93/archive/v{{ version }}.tar.gz
sha256: de22038b3a0129a6a8f72bff300bb349c815d530566de8cd15febc1e73cf7768
sha256: d60281b1b4375bff585bcfae57be6938606500a656682249da3e10ce222b889d

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

requirements:
build:
Expand All @@ -19,8 +21,6 @@ requirements:
- llvm-openmp # [osx]
- libgomp # [linux]
- cmake
host:
run:

test:
commands:
Expand All @@ -29,5 +29,6 @@ test:
about:
home: https://github.com/veg/tn93
license: MIT
license_family: MIT
license_file: LICENSE
summary: This is a simple program meant to compute pairwise distances between aligned nucleotide sequences in sequential FASTA format using the Tamura Nei 93 distance.

0 comments on commit dd41f4a

Please sign in to comment.