Skip to content

Commit

Permalink
r-facets (#11717)
Browse files Browse the repository at this point in the history
* r-facets

* r-facets - fix

* r-facets - fix macos

* r-facets - skip macos

* r-facets - unskip macos add fortran
  • Loading branch information
lecorguille authored Oct 31, 2018
1 parent a47d83d commit 2388e23
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
13 changes: 13 additions & 0 deletions recipes/r-facets/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/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.
37 changes: 37 additions & 0 deletions recipes/r-facets/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
package:
name: r-facets
version: 0.5.14

source:
url: https://github.com/mskcc/facets/archive/v0.5.14.tar.gz
sha256: 2f1a888215a11fd8e0868a79daad99c85a0a59929e6d9c42b765f6e3e433902c

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

requirements:
build:
- {{ compiler('fortran') }}
host:
- r-base
- r-pctgcdata
run:
- r-base
- r-pctgcdata

test:
commands:
- $R -e "library('facets')"

about:
home: https://github.com/mskcc/facets
license: GPL (>= 2)
summary: Cellular Fraction and Copy Numbers from Tumor Sequencing
license_family: GPL3

extra:
identifiers:
- biotools:facets

0 comments on commit 2388e23

Please sign in to comment.