python3 generate_graph_dot.py > graph.dot && dot -Tsvg graph.dot -o sbwt_graph.svg
