Skip to content

Commit

Permalink
add bioconductor-hpar recipe (bioconda#1550)
Browse files Browse the repository at this point in the history
*  add bioconductor-hpar recipe

*  URL to last version of package

*  forgot to update md5sum
  • Loading branch information
sebastian-luna-valero authored and bgruening committed May 13, 2016
1 parent ed2ddf4 commit 2fac5e5
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
17 changes: 17 additions & 0 deletions recipes/bioconductor-hpar/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

#!/bin/bash

# R refuses to build packages that mark themselves as
# "Priority: Recommended"
mv DESCRIPTION DESCRIPTION.old
grep -v '^Priority: ' DESCRIPTION.old > DESCRIPTION
#
$R CMD INSTALL --build .
#
# # Add more build steps here, if they are necessary.
#
# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build
# process.
#
24 changes: 24 additions & 0 deletions recipes/bioconductor-hpar/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
package:
name: bioconductor-hpar
version: 1.14.1
source:
fn: hpar_1.14.1.tar.gz
url: http://bioconductor.org/packages/release/bioc/src/contrib/hpar_1.14.1.tar.gz
md5: b9bc22400f9f98f43d40fe0aed4fd3ea
build:
number: 0
rpaths:
- lib/R/lib/
- lib/
requirements:
build:
- 'r >=2.15'
run:
- 'r >=2.15'
test:
commands:
- '$R -e "library(''hpar'')"'
about:
home: http://bioconductor.org/packages/release/bioc/html/hpar.html
license: Artistic-2.0
summary: 'A simple interface to and data from the Human Protein Atlas project.'

0 comments on commit 2fac5e5

Please sign in to comment.