Ejemplo n.º 1
0
 def testRoundTripMesquiteMultiTaxa(self):
     s = pathmap.mixed_source_stream("multitaxa_mesquite.nex")
     d1 = dendropy.DataSet(stream=s, schema="nexus")
     self.roundTripDataSetTest(d1, "nexus")
Ejemplo n.º 2
0
 def testRoundTripMesquiteMultiTaxa(self):
     s = pathmap.mixed_source_stream("multitaxa_mesquite.nex")
     d1 = dendropy.DataSet(stream=s, schema="nexus")
     self.roundTripDataSetTest(d1, "nexus")
Ejemplo n.º 3
0
 def testParseMesquiteMultiTaxa(self):
     reader = dataio.get_reader('nexus')
     dataset = reader.read(stream=pathmap.mixed_source_stream("multitaxa_mesquite.nex"))
     self.check_full_dataset_taxon_references(dataset)
Ejemplo n.º 4
0
 def testParseMesquiteMultiTaxa(self):
     reader = dataio.get_reader('nexus')
     dataset = reader.read(
         stream=pathmap.mixed_source_stream("multitaxa_mesquite.nex"))
     self.check_full_dataset_taxon_references(dataset)