Skip to content

Commit

Permalink
bioconductor-rnaseqsamplesizedata (#11475)
Browse files Browse the repository at this point in the history
* Adding Recipe for bioconductor-rnaseqsamplesizedata

* Updated metadata for RnaSeqSampleSizeData
  • Loading branch information
apeltzer authored Oct 24, 2018
1 parent 62bf5ea commit e647aec
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/bioconductor-rnaseqsamplesizedata/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
mv DESCRIPTION DESCRIPTION.old
grep -v '^Priority: ' DESCRIPTION.old > DESCRIPTION
$R CMD INSTALL --build .
32 changes: 32 additions & 0 deletions recipes/bioconductor-rnaseqsamplesizedata/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{% set version = "1.12.0" %}
{% set name = "RnaSeqSampleSizeData" %}
{% set bioc = "3.6" %}

package:
name: 'bioconductor-{{ name|lower }}'
version: '{{ version }}'
source:
url:
- 'http://bioconductor.org/packages/release/data/experiment/src/contrib/RnaSeqSampleSizeData_{{ version }}.tar.gz'
- 'https://bioarchive.galaxyproject.org/{{ name }}_{{ version }}.tar.gz'
- 'https://depot.galaxyproject.org/software/bioconductor-{{ name|lower }}/bioconductor-{{ name|lower }}_{{ version }}_src_all.tar.gz'
sha256: 1ee146d3992f06e442aad427bc8c0fd8b10991c2763dbed1638094832c2b0fcb
build:
number: 1
rpaths:
- lib/R/lib/
- lib/
requirements:
host:
- bioconductor-edgeR
- r-base
run:
- bioconductor-edgeR
- r-base
test:
commands:
- '$R -e "library(''{{ name }}'')"'
about:
home: 'http://bioconductor.org/packages/{{ bioc }}/bioc/html/{{ name }}.html'
license: 'GPLv2'
summary: 'RnaSeqSampleSizeData: Read counts and dispersion distribution from real data for sample size estimation of RNA-seq experiments'

0 comments on commit e647aec

Please sign in to comment.