Commands

# Overlap
minimap -Sw5 -L100 -m0 -t8 reads.fq reads.fq | gzip -1 > reads.paf.gz
# Layout
miniasm -f reads.fq reads.paf.gz > reads.gfa

References

https://github.com/lh3/miniasm

https://arxiv.org/abs/1512.01801