forked from bioconda/bioconda-recipes
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR bioconda#30773, commits were: * Changed sha265 checksum * Update meta.yaml * added music
- Loading branch information
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$R CMD INSTALL --build . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{% set version = "0.2.0" %} | ||
|
||
package: | ||
name: r-music | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://github.com/xuranw/MuSiC/archive/7c5834830223957f5d8134c86d6acf653bfff4e7.zip | ||
sha256: cd34955e46e10bb52d7348dc4771702bb23104b1c54989f40a36f542ef4b9f34 | ||
|
||
build: | ||
number: 0 | ||
noarch: generic | ||
rpaths: | ||
- lib/R/lib/ | ||
- lib/ | ||
|
||
requirements: | ||
host: | ||
- r-base | ||
- r-roxygen2 >=6.0.1 | ||
- r-nnls | ||
- r-ggplot2 | ||
- r-plyr | ||
- bioconductor-biobase | ||
- r-mcmcpack | ||
run: | ||
- r-base | ||
- r-nnls | ||
- r-ggplot2 | ||
- r-plyr | ||
- bioconductor-biobase | ||
- r-mcmcpack | ||
|
||
test: | ||
commands: | ||
- $R -e "library('MuSiC')" | ||
|
||
about: | ||
home: https://github.com/xuranw/MuSiC | ||
license: GPL-3 | ||
summary: "Companion package to: A bulk tissue deconvolution method with multi-subject single cell expression reference. This package provide functions to estimate bulk tissue cell type proportions with multi-subject single cell expression as reference." | ||
license_family: GPL | ||
license_file: '{{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3' | ||
|
||
extra: | ||
recipe-maintainers: | ||
- PelzKo | ||
identifiers: | ||
- doi:10.1038/s41467-018-08023-x |