Exemplo n.º 1
0
from p4.SuperTreeSupport import SuperTreeInputTrees

stit = SuperTreeInputTrees('balanced64.nex')
stit.writeInputTreesToFile = True
stit.outputFile = 'inputtreesWithDist.tre'
stit.useTaxonDistribution = True
stit.noOutputTrees = 20
stit.generateInputTrees()
Exemplo n.º 2
0
from p4.SuperTreeSupport import SuperTreeInputTrees

stit = SuperTreeInputTrees('balanced64.nex')
stit.writeInputTreesToFile = True
stit.outputFile = 'inputtreesWithDist.tre'
stit.useTaxonDistribution = True 
stit.noOutputTrees = 20
stit.generateInputTrees()
Exemplo n.º 3
0
from p4.SuperTreeSupport import SuperTreeInputTrees

stit = SuperTreeInputTrees('balanced64.nex', distributionTrees='FelidaeRVS.tre')
stit.writeInputTreesToFile = True
stit.outputFile = 'inputtreesBuiltDist.tre'
stit.noOutputTrees = 20
stit.generateInputTrees()


Exemplo n.º 4
0
from p4.SuperTreeSupport import SuperTreeInputTrees

stit = SuperTreeInputTrees('balanced64.nex',
                           distributionTrees='FelidaeRVS.tre')
stit.writeInputTreesToFile = True
stit.outputFile = 'inputtreesBuiltDist.tre'
stit.noOutputTrees = 20
stit.generateInputTrees()
Exemplo n.º 5
0
from p4.SuperTreeSupport import SuperTreeInputTrees

stit = SuperTreeInputTrees('balanced64.nex')
stit.writeInputTreesToFile = True
stit.outputFile = 'inputtrees.tre'
stit.noTaxaToRemove = 32
stit.noOutputTrees = 20
stit.generateInputTrees()