Search Criteria
Package Details: kalign 2.0.4-2
Git Clone URL: | https://aur.archlinux.org/kalign.git (read-only, click to copy) |
---|---|
Package Base: | kalign |
Description: | A fast and accurate multiple sequence alignment algorithm designed to align large numbers of sequences |
Upstream URL: | http://msa.sbc.su.se |
Licenses: | |
Submitter: | None |
Maintainer: | None |
Last Packager: | talavis |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2009-03-31 13:22 |
Last Updated: | 2015-07-09 12:33 |
Latest Comments
talavis commented on 2015-01-23 12:09
Thanks for the information, had missed that.
cyrilccros commented on 2015-01-21 15:34
The PKGBUILD seems to be off, since there is a build() function but no package() one, in violation of AUR guidelines. Just remove the line "install -D -m755 kalign $pkgdir/usr/bin/kalign" from build() and add this function:
package(){
install -D -m755 kalign $pkgdir/usr/bin/kalign
}
Thanks for you work!