#!/usr/bin/python3

import shasta

a = shasta.Assembler()
a.accessReadGraph()
a.analyzeReadGraph()

