File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -416,9 +416,9 @@ def _to_xml_tree(
416
416
del initial_tree_node .attrib ["estimate" ]
417
417
initial_tree_node .attrib ["id" ] = "NewickTree.t:" + data_id
418
418
initial_tree_node .attrib ["spec" ] = "beast.util.TreeParser"
419
- initial_tree_node .attrib ["_IsLabelledNewick " ] = self ._IsLabelledNewick
420
- initial_tree_node .attrib ["_adjustTipHeights " ] = self ._adjustTipHeights
421
- initial_tree_node .attrib ["initial" ] = ( "@Tree.t:" + data_id ,)
419
+ initial_tree_node .attrib ["IsLabelledNewick " ] = self ._IsLabelledNewick
420
+ initial_tree_node .attrib ["adjustTipHeights " ] = self ._adjustTipHeights
421
+ initial_tree_node .attrib ["initial" ] = "@Tree.t:" + data_id
422
422
initial_tree_node .attrib ["taxa" ] = "@" + data_id
423
423
initial_tree_node .attrib ["newick" ] = self ._initial_phylo_tree .write (
424
424
format = self ._initial_phylo_tree_format
You can’t perform that action at this time.
0 commit comments