mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix r-bioplex
This commit is contained in:
parent
534eae3601
commit
dcf3a7c51b
2 changed files with 8 additions and 1 deletions
|
@ -4,7 +4,7 @@ _pkgname=BioPlex
|
|||
_pkgver=1.3.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.3.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='R-side access to BioPlex protein-protein interaction data'
|
||||
arch=('any')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -12,6 +12,8 @@ license=('Artistic2.0')
|
|||
depends=(
|
||||
r
|
||||
r-biocfilecache
|
||||
r-genomeinfodb
|
||||
r-genomicranges
|
||||
r-geoquery
|
||||
r-graph
|
||||
r-summarizedexperiment
|
||||
|
@ -21,9 +23,12 @@ optdepends=(
|
|||
r-annotationhub
|
||||
r-biocstyle
|
||||
r-depmap
|
||||
r-dexseq
|
||||
r-experimenthub
|
||||
r-genomicfeatures
|
||||
r-knitr
|
||||
r-rmarkdown
|
||||
r-s4vectors
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('f91f87ca03e39e71a9ec4ba3b6f7e32189a71522e22bf8a72a263647bb36a682')
|
||||
|
|
|
@ -4,6 +4,8 @@ maintainers:
|
|||
email: kuoi@bioarchlinux.org
|
||||
repo_depends:
|
||||
- r-biocfilecache
|
||||
- r-genomeinfodb
|
||||
- r-genomicranges
|
||||
- r-geoquery
|
||||
- r-graph
|
||||
- r-summarizedexperiment
|
||||
|
|
Loading…
Add table
Reference in a new issue