Hi Michael,
Did the SimpleRandomTree work for your XML? I forgot about SimpleRandomTree not needing a population model, so where the XML says
<init id="RandomTree.t:dna" spec="beast.evolution.tree.RandomTree" estimate="false" initial="@Tree.t:dna" taxa="@dna">
<populationModel id="ConstantPopulation0.t:dna" spec="ConstantPopulation">
<parameter id="randomPopSize.t:dna" name="popSize">1.0</parameter>
</populationModel>
</init>
replacing it with
<init id="RandomTree.t:dna" spec="beast.evolution.tree.SimpleRandomTree" estimate="false" initial="@Tree.t:dna" taxa="@dna">
</init>
that is replacing spec=“beast.evolution.tree.RandomTree” with spec=“beast.evolution.tree.SimpleRandomTree" and removing the population model. It is probably the easiest, way to get a valid starting tree.
Alternatively, you could search for a tree editor program. I have no experience with them, so don’t know which one is best.
Cheers,
Remco