#!/usr/bin/python3

import shasta

a = shasta.Assembler()
a.histogramReadLength(fileName="ReadLengthHistogram.csv")

