mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-neuca: use latest sources
This commit is contained in:
parent
5212db9ea2
commit
805d429ce1
2 changed files with 11 additions and 7 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=NeuCA
|
_pkgname=NeuCA
|
||||||
_pkgver=1.6.0
|
_pkgver=1.8.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=2
|
pkgrel=0
|
||||||
pkgdesc="NEUral network-based single-Cell Annotation tool"
|
pkgdesc="NEUral network-based single-Cell Annotation tool"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://bioconductor.org/packages/$_pkgname"
|
url="https://bioconductor.org/packages/$_pkgname"
|
||||||
license=('GPL-2.0-only')
|
license=('GPL-2.0-only')
|
||||||
depends=(
|
depends=(
|
||||||
r-e1071
|
r-e1071
|
||||||
|
r-kableextra
|
||||||
r-keras
|
r-keras
|
||||||
r-limma
|
r-limma
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
|
@ -21,9 +22,9 @@ optdepends=(
|
||||||
r-networkd3
|
r-networkd3
|
||||||
r-rmarkdown
|
r-rmarkdown
|
||||||
)
|
)
|
||||||
source=("https://bioconductor.org/packages/3.17/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
md5sums=('2b4589fd7129485bbfbe2e64d25f295e')
|
md5sums=('5761042e8cc461392b07e8eee6fc32c3')
|
||||||
b2sums=('bb2ec7abd5e45c239ad1e9f926479b06a94b182b4db3a24caa159c87c39948788fc050c40cab99891b50c931755dc1c854c5b8fe6105ea1c85643c8e2a640a71')
|
b2sums=('25b4b60007635305a53e1584b5e91a5e0386d8b7c1146752963c1f51ba17d61ec5edd18b969bb42f517584264d47b58d5fd2127b667a56ec859e08329c819479')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
|
@ -4,10 +4,13 @@ maintainers:
|
||||||
email: kuoi@bioarchlinux.org
|
email: kuoi@bioarchlinux.org
|
||||||
repo_depends:
|
repo_depends:
|
||||||
- r-e1071
|
- r-e1071
|
||||||
|
- r-kableextra
|
||||||
- r-keras
|
- r-keras
|
||||||
- r-limma
|
- r-limma
|
||||||
- r-singlecellexperiment
|
- r-singlecellexperiment
|
||||||
update_on:
|
update_on:
|
||||||
- source: manual
|
- source: rpkgs
|
||||||
manual: 1.6.0#2b4589fd7129485bbfbe2e64d25f295e
|
pkgname: NeuCA
|
||||||
|
repo: bioc
|
||||||
|
md5: true
|
||||||
- alias: r
|
- alias: r
|
||||||
|
|
Loading…
Add table
Reference in a new issue