File: test_pbcore_io_BlasrIO.py

package info (click to toggle)
python-pbcore 1.2.11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,612 kB
  • ctags: 5,336
  • sloc: python: 22,160; xml: 2,667; makefile: 239
file content (10 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10

from pbcore.io import M4Reader, M5Reader
import pbcore.data as D


def test_m4():
    l = list(M4Reader(D.getBlasrM4()))

def test_m5():
    l = list(M5Reader(D.getBlasrM5()))