Skip to content

Commit

Permalink
Added DropletUtils package (#12448)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords authored Dec 4, 2018
1 parent 1e5c8d0 commit 936f55f
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/bioconductor-dropletutils/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 .
2 changes: 2 additions & 0 deletions recipes/bioconductor-dropletutils/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
r_base:
- 3.5.1
65 changes: 65 additions & 0 deletions recipes/bioconductor-dropletutils/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{% set version = "1.0.3" %}
{% set name = "DropletUtils" %}
{% set bioc = "3.7" %}

package:
name: 'bioconductor-{{ name|lower }}'
version: '{{ version }}'
source:
url:
- 'http://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/{{ name }}_{{ version }}.tar.gz'
- 'https://bioarchive.galaxyproject.org/{{ name }}_{{ version }}.tar.gz'
- 'https://depot.galaxyproject.org/software/bioconductor-{{ name }}/bioconductor-{{ name }}_{{ version }}_src_all.tar.gz'
sha256: 63eb07ea6a35a6b52b8990209ce9b0cec5960ecee70e940dd689f2b9a08412ef
build:
number: 0
rpaths:
- lib/R/lib/
- lib/
requirements:
host:
- 'bioconductor-beachmat >=1.2.1,<1.4.0'
- 'bioconductor-biobase >=2.40.0,<2.42.0'
- 'bioconductor-biocgenerics >=0.26.0,<0.28.0'
- 'bioconductor-edger >=3.22.4,<3.24.0'
- 'bioconductor-rhdf5 >=2.24.0,<2.26.0'
- 'bioconductor-rhdf5lib >=1.2.1,<1.4.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- 'bioconductor-singlecellexperiment >=1.2.0,<1.4.0'
- 'bioconductor-summarizedexperiment >=1.10.1,<1.12.0'
- 'bioconductor-genomeinfodb >=1.16.0'
- 'bioconductor-genomeinfodbdata >=1.1.0'
- r-base
- r-dplyr
- r-matrix
- 'r-rcpp >=0.12.14'
run:
- 'bioconductor-beachmat >=1.2.1,<1.4.0'
- 'bioconductor-biobase >=2.40.0,<2.42.0'
- 'bioconductor-biocgenerics >=0.26.0,<0.28.0'
- 'bioconductor-edger >=3.22.4,<3.24.0'
- 'bioconductor-rhdf5 >=2.24.0,<2.26.0'
- 'bioconductor-rhdf5lib >=1.2.1,<1.4.0'
- 'bioconductor-s4vectors >=0.18.3,<0.20.0'
- 'bioconductor-singlecellexperiment >=1.2.0,<1.4.0'
- 'bioconductor-summarizedexperiment >=1.10.1,<1.12.0'
- 'bioconductor-genomeinfodb >=1.16.0'
- 'bioconductor-genomeinfodbdata >=1.1.0'
- r-base
- r-matrix
- r-plyr
- 'r-rcpp >=0.12.14'
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- make
test:
commands:
- '$R -e "library(''{{ name }}'')"'
about:
home: 'http://bioconductor.org/packages/{{ bioc }}/bioc/html/{{ name }}.html'
license: 'GPL (>= 2)'
summary: 'Utilities for Handling Single-Cell Droplet Data.'
extra:
identifiers:
- biotools:DropletUtils

0 comments on commit 936f55f

Please sign in to comment.