Skip to content

Commit

Permalink
Update: r-deconstructsigs with fixes for hg38 (#11431)
Browse files Browse the repository at this point in the history
The 1.8.0 release, from 2016, has some issues with hg38 and other
custom genomes that are fixed in development (raerose01/deconstructSigs#27).
There hasn't been a new release pushed so this rolls these into a new
sub-version and makes them available.
  • Loading branch information
chapmanb authored and karel-brinda committed Oct 31, 2018
1 parent 4072bf8 commit 9d1c749
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ recipes/r-coloc
recipes/r-dartr
recipes/r-data.table
recipes/r-dbchip
recipes/r-deconstructsigs
#recipes/r-deconstructsigs
recipes/r-deoptimr
recipes/r-diptest
recipes/r-dpeak
Expand Down
6 changes: 0 additions & 6 deletions recipes/r-deconstructsigs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ 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.
19 changes: 10 additions & 9 deletions recipes/r-deconstructsigs/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
{% set version = '1.8.0' %}
{% set version = '1.8.0.1' %}

package:
name: r-deconstructsigs
version: {{ version|replace("-", "_") }}

source:
url:
- https://cran.r-project.org/src/contrib/deconstructSigs_{{ version }}.tar.gz
- https://cran.r-project.org/src/contrib/Archive/deconstructSigs/deconstructSigs_{{ version }}.tar.gz
sha256: 2ab8f6c0fd674bd270035ba2112f1a79d63de1155ba9698c4169c92196059d04
# Last release version is missing fixes for hg38, pull from GitHub
# https://github.com/raerose01/deconstructSigs/issues/27
url: https://github.com/raerose01/deconstructSigs/archive/ca3c2f9.tar.gz
# - https://cran.r-project.org/src/contrib/deconstructSigs_{{ version }}.tar.gz
# - https://cran.r-project.org/src/contrib/Archive/deconstructSigs/deconstructSigs_{{ version }}.tar.gz
sha256: 0e31aed3e4428e0026b33e663deee71d9bba81db56a1306e0a81666aa4a0e39d

build:
number: 1
number: 0
rpaths:
- lib/R/lib/
- lib/

requirements:
host:
- r-base
- bioconductor-bsgenome
- bioconductor-bsgenome.hsapiens.ucsc.hg19
- bioconductor-genomeinfodb
- r-base
- r-reshape2

run:
- r-base
- bioconductor-bsgenome
- bioconductor-bsgenome.hsapiens.ucsc.hg19
- bioconductor-genomeinfodb
- r-base
- r-reshape2

test:
Expand Down

0 comments on commit 9d1c749

Please sign in to comment.