mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-busseq: auto updated to 1.2.0-1
This commit is contained in:
parent
e054db9234
commit
1ac0a3c8ed
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=BUSseq
|
||||
_pkgver=1.0.0
|
||||
_pkgver=1.2.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.0
|
||||
pkgrel=2
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgdesc='Batch Effect Correction with Unknow Subtypes for scRNA-seq data'
|
||||
arch=('x86_64')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -22,7 +22,7 @@ optdepends=(
|
|||
r-knitr
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('7f5497c0852915049bcb9b260e4b53add42ad2db9aafa40acd84e9fe2aa5d9ec')
|
||||
sha256sums=('2174c073a6b4623977d1107904cb6d16729425943dc4a90bbd5957965b399cd1')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue