User Tools

Site Tools


hifiasm-software
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


hifiasm-software [2022/05/18 07:43] (current) – created aorth
Line 1: Line 1:
 +====== hifiasm ======
 +A haplotype-resolved assembler for accurate Hifi reads.
  
 +===== Information =====
 +
 +  * Version: 0.16.1
 +  * Added: March, 2022
 +  * Link: https://github.com/chhylp123/hifiasm
 +
 +===== Usage =====
 +
 +See which versions are available:
 +<code>$ module avail hifiasm</code>
 +
 +Load one version into your environment and run it:
 +<code>$ module load hifiasm/0.16.1
 +$ hifiasm</code>
 +
 +===== Installation ======
 +Notes from the sysadmin during installation.
 +
 +<code>$ 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</code>
hifiasm-software.txt · Last modified: 2022/05/18 07:43 by aorth