User Tools

Site Tools


hifiasm-software

hifiasm

A haplotype-resolved assembler for accurate Hifi reads.

Information

Usage

See which versions are available:

$ module avail hifiasm

Load one version into your environment and run it:

$ module load hifiasm/0.16.1
$ hifiasm

Installation

Notes from the sysadmin during installation.

$ cd /tmp
$ wget https://github.com/chhylp123/hifiasm/archive/refs/tags/0.16.1.tar.gz
$ tar xf 0.16.1.tar.gz 
$ cd hifiasm-0.16.1
$ make
$ sudo mkdir -p /export/apps/hifiasm/0.16.1/bin
$ sudo cp hifiasm /export/apps/hifiasm/0.16.1/bin
hifiasm-software.txt · Last modified: 2022/05/18 07:43 by aorth