nextflow on AUR (Arch User Repository)
Last updated: November 24,2024
1. Install "nextflow" 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
Copied
b. Install nextflow on Arch using YAY
$
yay -S
nextflow
Copied
* (Optional) Uninstall nextflow on Arch using YAY
$
yay -Rns
nextflow
Copied
2. Manually Install "nextflow" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone nextflow's git locally
$
git clone https://aur.archlinux.org/nextflow.git
~/nextflow
Copied
c. Go to ~/nextflow folder and install it
$
cd
~/nextflow
Copied
$
makepkg -si
Copied
3. Information about the nextflow package on Arch User Repository (AUR)
ID: 1244094
Name: nextflow
PackageBaseID: 129843
PackageBase: nextflow
Version: 23.04.1-1
Description: A DSL for data-driven computational pipelines
URL: https://www.nextflow.io
NumVotes: 3
Popularity: 0.000109
OutOfDate:
Maintainer: kvikshaug
Submitter: alexpe87
FirstSubmitted: 1517945435
LastModified: 1682021198
URLPath: /cgit/aur.git/snapshot/nextflow.tar.gz
Name: nextflow
PackageBaseID: 129843
PackageBase: nextflow
Version: 23.04.1-1
Description: A DSL for data-driven computational pipelines
URL: https://www.nextflow.io
NumVotes: 3
Popularity: 0.000109
OutOfDate:
Maintainer: kvikshaug
Submitter: alexpe87
FirstSubmitted: 1517945435
LastModified: 1682021198
URLPath: /cgit/aur.git/snapshot/nextflow.tar.gz