DEBSOURCES
Skip Quicknav
sources / shasta / 0.14.0-1 / scripts / CountKmers.py
12345678910
#!/usr/bin/python3 import shasta shasta.openPerformanceLog('CountKmers.log') a = shasta.Assembler() a.accessMarkers() a.countKmers()