Home
last modified time | relevance | path

Searched refs:_ucscbin (Results 1 – 2 of 2) sorted by relevance

/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_MafIO_index.py65 self.assertEqual(MafIndex._ucscbin(x, y), z)
68 self.assertRaises(TypeError, MafIndex._ucscbin, str(x), str(y))
/dports/biology/py-biopython/biopython-1.79/Bio/AlignIO/
H A DMafIO.py477 yield (self._ucscbin(start, end + 1), start, end, offset)
501 def _ucscbin(start, end): member in MafIndex