How to Install hinge in Ubuntu 18.04



Install hinge by entering the following commands in the terminal:

sudo apt update
sudo apt install hinge

Description:

long read genome assembler based on hinging

HINGE is a genome assembler that seeks to achieve optimal repeat resolution by distinguishing repeats that can be resolved given the data from those that cannot. This is accomplished by adding “hinges” to reads for constructing an overlap graph where only unresolvable repeats are merged. As a result, HINGE combines the error resilience of overlap-based assemblers with repeat-resolution capabilities of de Bruijn graph assemblers.

Homepage: https://github.com/HingeAssembler/HINGE

Version: 0.5.0-3

Section: universe/science