mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
rnalysis: update to version 4.1.1
This commit is contained in:
parent
c23ec9ff74
commit
2780a46278
2 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
pkgname=rnalysis
|
||||
_name=RNAlysis
|
||||
pkgver=4.1.0
|
||||
pkgrel=1
|
||||
pkgver=4.1.1
|
||||
pkgrel=0
|
||||
pkgdesc='Python-based software for analyzing RNA sequencing data. https://doi.org/10.1101/2022.11.25.517851'
|
||||
_pkgdesc='Python-based GUI tool for analyzing RNA sequencing data'
|
||||
arch=(any)
|
||||
|
@ -78,7 +78,7 @@ makedepends=(
|
|||
|
||||
source=("git+https://github.com/GuyTeichman/RNAlysis.git#tag=V$pkgver"
|
||||
)
|
||||
sha256sums=('1ba3b06b7b5beae5ad72b8e006aa5115dd9da2558b073243017a75515a78eae3')
|
||||
sha256sums=('67fea50507485fc4d7fd3b45f65e27addf82f47fcda1c8c13a73a90267b647cd')
|
||||
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -25,6 +25,7 @@ repo_depends:
|
|||
- python-polars
|
||||
- python-kmedoids
|
||||
- python-mslex
|
||||
- picard-tools
|
||||
update_on:
|
||||
- source: github
|
||||
github: GuyTeichman/RNAlysis
|
||||
|
|
Loading…
Add table
Reference in a new issue