hisat2 on AUR (Arch User Repository)

Last updated: May 16,2024

1. Install "hisat2" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install hisat2 on Arch using YAY

$ yay -S hisat2

* (Optional) Uninstall hisat2 on Arch using YAY

$ yay -Rns hisat2

2. Manually Install "hisat2" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone hisat2's git locally

$ git clone https://aur.archlinux.org/hisat2.git ~/hisat2

c. Go to ~/hisat2 folder and install it

$ cd ~/hisat2 $ makepkg -si

3. Information about the hisat2 package on Arch User Repository (AUR)

ID: 807640
Name: hisat2
PackageBaseID: 129659
PackageBase: hisat2
Version: 2.2.1-1
Description: A fast and sensitive alignment program for mapping next-generation sequencing reads against genomes
URL: https://ccb.jhu.edu/software/hisat2
NumVotes: 2
Popularity: 0.000109
OutOfDate:
Maintainer: flying-sheep
Submitter: flying-sheep
FirstSubmitted: 1517480085
LastModified: 1603291528
URLPath: /cgit/aur.git/snapshot/hisat2.tar.gz