#!/usr/bin/python3

import shasta

a = shasta.Assembler()
a.accessAssemblyGraphVertices()
a.accessAssemblyGraphEdges()
a.colorGfaKeySegments()





