Skip to content

Commit

Permalink
Update r-crbhits to 0.0.5 (bioconda#46868)
Browse files Browse the repository at this point in the history
* Update r-crbhits to 0.0.5

* add run_exports

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Apr 1, 2024
1 parent 7d6f9ef commit f85806f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions recipes/r-crbhits/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
{% set name = "r-crbhits" %}
{% set version = "0.0.4" %}
{% set version = "0.0.5" %}

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

source:
url: https://github.com/kullrich/CRBHits/archive/refs/tags/v{{ version }}.tar.gz
sha256: a44ae1f6f16bf321adf9a0342e3f577ea8322e0f49e507908254f2229c55cc00
sha256: 2b16cebb11acb1460c7c99c3455f7570cd2b1e485e986bb02a609a956849a43f

build:
number: 1
number: 0
rpaths:
- lib/R/lib/
- lib/
run_exports:
- {{ pin_subpackage('r-crbhits', max_pin="x.x") }}

requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- make
- last
- kakscalculator2
- dagchainer
host:
- r-base
- bioconductor-biostrings
Expand All @@ -45,14 +44,17 @@ requirements:
- r-stringi
- r-testthat
- r-tibble
- last
- kakscalculator2
- dagchainer
run:
- r-base
- bioconductor-biostrings
- bioconductor-msa2dist
- r-curl
- r-doParallel
- r-dplyr
- r-foreach
- r-foreach
- r-ggplot2
- r-gridExtra
- r-readr
Expand All @@ -79,6 +81,7 @@ about:
summary: "CRBHits: From Conditional Reciprocal Best Hits to Codon Alignments and Ka/Ks in R."
description: "CRBHits is a reimplementation of the Conditional Reciprocal Best Hit (CRBH) algorithm crb-blast in R. It covers all necessary steps from CRBHit pair calculation to Codon Alignments and Ka/Ks. (see [Ullrich (2020) <https://doi.org/10.21105/joss.02424>])"
license_family: MIT

extra:
identifiers:
- doi:10.21105/joss.02424

0 comments on commit f85806f

Please sign in to comment.