mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-deseq2: auto updated to 1.40.1-1
This commit is contained in:
parent
a33ff05de9
commit
9a664511d4
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=DESeq2
|
||||
_pkgver=1.40.0
|
||||
_pkgver=1.40.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.40.0
|
||||
pkgrel=3
|
||||
pkgver=1.40.1
|
||||
pkgrel=1
|
||||
pkgdesc='Differential gene expression analysis based on the negative binomial distribution'
|
||||
arch=('x86_64')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -44,7 +44,7 @@ optdepends=(
|
|||
r-vsn
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('09d422e8306c8ab6e3b468a415ec8525edb3e806b9601917461168fc8b74158a')
|
||||
sha256sums=('77288f027d963c41d27f2618ea5eb63c40a30cc56e37891eab45d250d9b620a4')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue