Search Criteria
Package Details: kallisto 0.48.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kallisto.git (read-only, click to copy) |
---|---|
Package Base: | kallisto |
Description: | Quantify abundances of transcripts from RNA-Seq data |
Upstream URL: | http://pachterlab.github.io/kallisto/ |
Keywords: | bioinformatics |
Licenses: | BSD |
Submitter: | flying-sheep |
Maintainer: | flying-sheep |
Last Packager: | flying-sheep |
Votes: | 4 |
Popularity: | 0.038622 |
First Submitted: | 2015-08-04 11:14 (UTC) |
Last Updated: | 2022-01-25 09:04 (UTC) |
Dependencies (5)
- hdf5 (hdf5-git, hdf5-openmpi)
- zlib (zlib-static, zlib-ng-compat-git, zlib-git, zlib-ng-compat)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-1.11, automake-1.15, automake-1.14, automake-git) (make)
- cmake (cmake-git) (make)
Latest Comments
flying-sheep commented on 2021-12-19 10:58 (UTC)
I found a way to fix it, and another build error!
ironcyborg commented on 2019-12-09 16:25 (UTC)
The problem is still present in the updated package. Is is solved using the same solution I suggested with the 0.46.0-1 PKGBUILD file, without the new changes you introduced in the latest version.
ironcyborg commented on 2019-12-03 15:43 (UTC)
Build does not work, to solve please add "autoheader" in the build section as follows: ( cd "$srcdir/$pkgname-$pkgver/ext/htslib" autoheader autoreconf )