GenomicsAotearoa / long-read-assembly

Long-read assembly workshop
https://genomicsaotearoa.github.io/long-read-assembly/
GNU General Public License v3.0
5 stars 6 forks source link

hifiasm update to latest 0.19.5 #4

Closed DininduSenanayake closed 1 year ago

DininduSenanayake commented 1 year ago

Latest version is available as a module now

$ module load hifiasm/0.19.5-GCC-11.3.0

$ hifiasm --version
0.19.5-r587

$ hifiasm
Usage: hifiasm [options] <in_1.fq> <in_2.fq> <...>
Options:
  Input/Output:
    -o STR       prefix of output files [hifiasm.asm]
    -t INT       number of threads [1]
    -h           sho....