Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update r-exomedepth to 1.1.12 #17175

Merged
merged 2 commits into from
Aug 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions recipes/r-exomedepth/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{% set version = '1.1.10' %}

{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}
{% set version = '1.1.12' %}

package:
name: r-exomedepth
Expand All @@ -11,11 +8,10 @@ source:
url:
- {{ cran_mirror }}/src/contrib/ExomeDepth_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archive/ExomeDepth/ExomeDepth_{{ version }}.tar.gz
sha256: 2678ff4c4d024e08a843f08cb932707a11ce7274ab48bfc2632669ca930d8f86
sha256: 0aee57c44d744364af4fb7d8d23f3369b35a3c99c995b998afa6b28d9710d980

build:
merge_build_host: True # [win]
number: 4
number: 0
rpaths:
- lib/R/lib/
- lib/
Expand All @@ -25,27 +21,29 @@ requirements:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- {{ compiler('fortran') }}
- {{posix}}make

- make
host:
- r-base
- bioconductor-biostrings
- bioconductor-genomicalignments
- bioconductor-genomicranges
- bioconductor-genomicranges >=1.23.0
- bioconductor-iranges
- bioconductor-rsamtools
- r-vgam >=0.8.4
- r-aod

- r-dplyr
- r-magrittr
run:
- r-base
- bioconductor-biostrings
- bioconductor-genomicalignments
- bioconductor-genomicranges
- bioconductor-genomicranges >=1.23.0
- bioconductor-iranges
- bioconductor-rsamtools
- r-vgam >=0.8.4
- r-aod
- r-dplyr
- r-magrittr

test:
commands:
Expand Down