예제 #1
0
파일: test_psl.py 프로젝트: cogent3/c3test
 def test_getting_seq_coords(self):
     """get correct sequence coordinates to produce a trimmed sequence"""
     table = PslToTable(fname)
     for row in table:
         query_name = row["Q name"]
         query_strand = row["strand"]
         q_start = row["Q start"]
예제 #2
0
파일: test_psl.py 프로젝트: cogent3/c3test
 def test_psl_to_table(self):
     table = PslToTable(fname)