It seems you have some problem with io_lib, follow this
git clone https://github.com/jkbonfield/io_lib.gitcd io_libgit submodule update --init --recursive./bootstrap export CFLAGS="-fPIC" && ./configure makesudo make install
A JavaScript module for the visualization of genomic sequence graphs. It automatically generates a "tube map"-like visualization of sequence graphs which have been created with vg. (https://github.com/vgteam/vg)
Link to working demo:...
SvABA is a method for detecting structural variants in sequencing data using genome-wide local assembly. Under the hood, SvABA uses a custom implementation of SGA (String Graph Assembler) by Jared Simpson, and BWA-MEM by Heng Li....