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 r-mcpcounter recipe. #12261

Merged
merged 3 commits into from
Nov 29, 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
1 change: 1 addition & 0 deletions recipes/r-mcpcounter/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$R CMD INSTALL --build ./Source
42 changes: 42 additions & 0 deletions recipes/r-mcpcounter/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
package:
name: r-mcpcounter
# no releases on the github page. Future updates unlikely.
version: 0

source:
url:
- https://github.com/ebecht/MCPcounter/archive/a79614eee002c88c64725d69140c7653e7c379b4.tar.gz
sha256: cc2e842f629c0cc881ffc3273cd429528dd98241fc71de2e983b726db17255d1

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

requirements:
host:
- r-base
- r-roxygen2 >=6.0.1
- r-curl >=2.6

run:
- r-base >=2.6.0
- r-curl >=2.6

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

about:
home: https://github.com/ebecht/MCPcounter
license: GPL-3
summary: "Estimating tissue-infiltrating immune and other stromal subpopulations abundances using gene expression"
license_family: GPL
grst marked this conversation as resolved.
Show resolved Hide resolved
license_file: Source/License

extra:
recipe-maintainers:
- grst
grst marked this conversation as resolved.
Show resolved Hide resolved
identifiers:
- doi:10.1186/s13059-016-1070-5