We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747cc6a commit e2c8059Copy full SHA for e2c8059
beast2xml/beast2.py
@@ -380,6 +380,7 @@ def _to_xml_tree(
380
if tip_set_diffs["in initial tree"]:
381
raise ValueError(
382
"Initial tree has additional sequences to the ones you have added."
383
+ + "\nUse method set_diffs_initial_tree_and_sequences to view these."
384
)
385
if tip_set_diffs["in sequences"]:
386
warnings.warn(
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="beast2-xml",
8
- version="1.3.2",
+ version="1.3.3",
9
packages=["beast2xml"],
10
package_data={"beast2xml": ["templates/*.xml"]},
11
url="https://github.com/acorg/beast2-xml",
0 commit comments