r-spp¶
Summary¶
ChIP-seq peak caller
Home¶
Versions¶
- 1.11
License¶
GPL
Meta¶
package:
name: r-spp
version: "1.11"
source:
fn: spp_1.11.tar.gz
url: http://compbio.med.harvard.edu/Supplements/ChIP-seq/spp_1.11.tar.gz
patches:
- header.patch
build:
# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
number: 0
# This is required to make R link correctly on Linux.
rpaths:
- lib/R/lib/
- lib/
requirements:
build:
- r
- boost
- r-catools
run:
- r
- boost
- r-catools
test:
commands:
- $R -e "library('spp')" # [not win]
about:
license: GPL
summary: 'ChIP-seq peak caller'