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

Add r-htssip #10121

Merged
merged 3 commits into from
Jul 30, 2018
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions recipes/r-htssip/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
if [[ $target_platform =~ linux.* ]] || [[ $target_platform == win-32 ]] || [[ $target_platform == win-64 ]] || [[ $target_platform == osx-64 ]]; then
export DISABLE_AUTOBREW=1
$R CMD INSTALL --build .
else
mkdir -p $PREFIX/lib/R/library/HTSSIP
mv * $PREFIX/lib/R/library/HTSSIP
fi
68 changes: 68 additions & 0 deletions recipes/r-htssip/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{% set version = '1.4.0' %}
{% set posix = '' %}
{% set native = '' %}

package:
name: r-htssip
version: {{ version|replace("-", "_") }}

source:
url: {{ cran_mirror }}/src/contrib/HTSSIP_{{ version }}.tar.gz
sha256: db93fe66ac3cbde74816cd4c1354e450b398f190fb291b9369b2e753e2e28e13

build:
number: 0
rpaths:
- lib/R/lib/
- lib/

requirements:
build:
host:
- r-base
- bioconductor-deseq2 >=1.16.1
- r-ape >=4.1
- r-coenocliner >=0.2.2
- r-dplyr >=0.7.4
- r-ggplot2 >=2.2.1
- r-igraph >=1.1.2
- r-lazyeval >=0.2.0
- r-magrittr >=1.5
- bioconductor-phyloseq >=1.20.0
- r-plyr >=1.8.4
- r-stringr >=1.2.0
- r-tidyr >=0.7.2
- r-vegan >=2.4.0
run:
- r-base
- bioconductor-deseq2 >=1.16.1
- r-ape >=4.1
- r-coenocliner >=0.2.2
- r-dplyr >=0.7.4
- r-ggplot2 >=2.2.1
- r-igraph >=1.1.2
- r-lazyeval >=0.2.0
- r-magrittr >=1.5
- bioconductor-phyloseq >=1.20.0
- r-plyr >=1.8.4
- r-stringr >=1.2.0
- r-tidyr >=0.7.2
- r-vegan >=2.4.0

test:
commands:
- $R -e "library('HTSSIP')"

about:
home: https://CRAN.R-project.org/package=HTSSIP
license: GPL-2
summary: 'Functions for analyzing high throughput sequencing stable isotope probing (HTS-SIP)
data. Analyses include high resolution stable isotope probing (HR-SIP), multi-window
high resolution stable isotope probing (MW-HR-SIP), and quantitative stable isotope
probing (q-SIP).'
license_family: GPL2
license_file: '{{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-2'

extra:
recipe-maintainers:
- nick-youngblut