File: test_pbcore_io_BlasrIO.py

package info (click to toggle)
python-pbcore 1.6.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 19,168 kB
  • sloc: python: 25,497; xml: 2,846; makefile: 251; sh: 24
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()))