mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
diamond: fix details
This commit is contained in:
parent
ec49a1362e
commit
836186b376
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
# shellcheck disable=2034
|
# shellcheck disable=2034
|
||||||
# shellcheck disable=2148
|
# shellcheck disable=2148
|
||||||
|
|
||||||
pkgname=diamond-aligner
|
pkgname=diamond
|
||||||
pkgver=2.0.15
|
pkgver=2.0.15
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="DIAMOND is a sequence aligner for protein and translated DNA searches, designed for high performance analysis of big sequence data"
|
pkgdesc="DIAMOND is a sequence aligner for protein and translated DNA searches, designed for high performance analysis of big sequence data https://doi.org/10.1038/s41592-021-01101-x"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/bbuchfink/diamond"
|
url="https://github.com/bbuchfink/diamond"
|
||||||
license=('AGPL3')
|
license=('GPL3')
|
||||||
depends=('gcc-libs' 'zlib')
|
depends=('gcc-libs' 'zlib')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/bbuchfink/diamond/archive/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/bbuchfink/diamond/archive/v$pkgver.tar.gz")
|
||||||
|
|
Loading…
Add table
Reference in a new issue