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 bioconductor-rnaseqsamplesize #11559

Merged
merged 5 commits into from
Oct 25, 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
4 changes: 4 additions & 0 deletions recipes/bioconductor-rnaseqsamplesize/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 .
42 changes: 42 additions & 0 deletions recipes/bioconductor-rnaseqsamplesize/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{% set version = "1.12.0" %}
{% set name = "RnaSeqSampleSize" %}
{% set bioc = "3.6" %}

package:
name: 'bioconductor-{{ name|lower }}'
version: '{{ version }}'
source:
url:
- 'https://bioconductor.org/packages/release/bioc/src/contrib/RnaSeqSampleSize_{{ 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: 60a3afc79a4ca2531adab6ea712a6ff6d5336ac24205036ffabfe8124a8b6202
build:
number: 2
rpaths:
- lib/R/lib/
- lib/
requirements:
host:
- bioconductor-edgeR
- bioconductor-rnaseqsamplesizedata
- bioconductor-biomart
- r-heatmap3
- r-matlab
- bioconductor-keggrest
- r-base
run:
- bioconductor-edgeR
- bioconductor-rnaseqsamplesizedata
- bioconductor-biomart
- r-heatmap3
- r-matlab
- bioconductor-keggrest
- r-base
test:
commands:
- '$R -e "library(''{{ name }}'')"'
about:
home: 'http://bioconductor.org/packages/{{ bioc }}/bioc/html/{{ name }}.html'
license: 'GPL-2'
summary: 'RnaSeqSampleSize package provides a sample size calculation method based on negative binomial model and the exact test for assessing differential expression analysis of RNA-seq data.'