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

new packages: r-umi4c, r-shaman #13396

Merged
merged 16 commits into from
Jan 30, 2019
1 change: 1 addition & 0 deletions recipes/r-shaman/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$R CMD INSTALL --build .
40 changes: 40 additions & 0 deletions recipes/r-shaman/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{% set version = "2.0" %}
{% set git_hash = "52d5edefc170" %}
package:
name: 'r-shaman'
version: '{{ version }}'

source:
url: 'https://bitbucket.org/tanaylab/shaman/get/{{ git_hash }}.zip'
sha256: 525880e920a1e90a84f4cfcf3743019f3e5e70eb6287acb3a93bb7ee38dcc091

build:
number: 0
skip: true #[osx]
rpaths:
- lib/R/lib/
- lib/

requirements:
host:
- r-base
- r-devtools
- r-rann
- r-domc
- r-misha
- bioconductor-genomeinfodb
- bioconductor-gviz
run:
- r-base
- r-rann
- r-domc
- r-misha
- bioconductor-genomeinfodb
- bioconductor-gviz
test:
commands:
- '$R -e "library(shaman)"'
about:
home: 'https://tanaylab.bitbucket.io/shaman/index.html'
license: GPL
summary: 'The shaman package - sampling HiC contact matrices for a-parametric normalization'
1 change: 1 addition & 0 deletions recipes/r-umi4c/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$R CMD INSTALL --build .
35 changes: 35 additions & 0 deletions recipes/r-umi4c/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{% set version = "0.0.0.9000" %}
package:
name: 'r-umi4c'
version: '{{ version }}'

source:
url: 'https://bitbucket.org/tanaylab/umi4cpackage/get/59c73399f73d.zip'
sha256: e039134249e348843e191a46e2c2421003b3709156f0c9119a75a8450eecb40f

build:
number: 0
skip: true #[osx]
rpaths:
- lib/R/lib/
- lib/

requirements:
host:
- r-base
- r-devtools
- r-zoo
- r-misha

run:
- r-base
- r-zoo
- r-misha

test:
commands:
- '$R -e "library(umi4cPackage)"'
about:
home: 'https://bitbucket.org/tanaylab/umi4cpackage'
license: GPL
summary: 'Process UMI-4C data from scratch to produce nice plots.'