Exemplo n.º 1
0
 def t_parent_child(self):
     """Summarize parent-child relationships in a GFF file.
     """
     gff_examiner = GFFExaminer()
     pc_map = gff_examiner.parent_child_map(self._test_gff_file)
     print
     pprint.pprint(pc_map)