mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-degseq: auto updated to 1.56.0-1
This commit is contained in:
parent
9e90be0526
commit
71bddaf2e3
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=DEGseq
|
_pkgname=DEGseq
|
||||||
_pkgver=1.54.0
|
_pkgver=1.56.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.54.0
|
pkgver=1.56.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Identify Differentially Expressed Genes from RNA-seq data'
|
pkgdesc='Identify Differentially Expressed Genes from RNA-seq data'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -14,7 +14,7 @@ depends=(
|
||||||
r-qvalue
|
r-qvalue
|
||||||
)
|
)
|
||||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('036ba5c95206e44f183bf9eb78df0e01114980fafa54fc0802999b3a325f92d1')
|
sha256sums=('4f8ed7a201a0fdb091a688791133a975f44757bb53e06b82ed0be2a7cb9af797')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue