Skip to content

Commit

Permalink
[ci skip] Merge PR 30773
Browse files Browse the repository at this point in the history
Merge PR bioconda#30773, commits were: 
 * Changed sha265 checksum
 * Update meta.yaml
 * added music
  • Loading branch information
PelzKo authored Oct 11, 2021
1 parent 3a56c4d commit 3a0ed3c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes/r-music/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$R CMD INSTALL --build .
50 changes: 50 additions & 0 deletions recipes/r-music/meta.yaml
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

0 comments on commit 3a0ed3c

Please sign in to comment.