You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using ASTRAL tool to get the species tree using gene trees. I have created the gene trees and the bootstrap gene trees using RAxML. This is the code I have used in ASTRAL.
java -jar Astral/astral.5.7.1.jar -i genetree_combine -o astral_speciestree -b bootstrap_combine -r 100
This is the error I got,
================== ASTRAL =====================
This is ASTRAL version 5.7.1
Gene trees are treated as unrooted
Exception in thread "main" java.lang.RuntimeException: Failed to Parse Tree number: 1
at phylonet.coalescent.CommandLine.readInputTrees(CommandLine.java:835)
at phylonet.coalescent.CommandLine.readOptions(CommandLine.java:328)
at phylonet.coalescent.CommandLine.main(CommandLine.java:513)
Caused by: phylonet.tree.io.ParseException: ')' expected
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:405)
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:399)
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:399)
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:399)
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:399)
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:399)
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:399)
at phylonet.tree.io.NewickReader.readTree(NewickReader.java:374)
at phylonet.tree.io.NewickReader.readTree(NewickReader.java:95)
at phylonet.coalescent.CommandLine.readInputTrees(CommandLine.java:802)
... 2 more
Is this error regarding my input file format?
But I couldn't figure out any format errors in my input files. I have look for the test_data in the tool itself and seems my data is in the same Newick format. Could you please help me to figure out what's the formatting error in my input files.
Thanks so much!
The text was updated successfully, but these errors were encountered:
I got the same error and figured out that it is because I have '/' characters in the identifiers of the entries in the newick tree files. After replacing them with _, it works. @smirarab
Hi,
I'm using ASTRAL tool to get the species tree using gene trees. I have created the gene trees and the bootstrap gene trees using RAxML. This is the code I have used in ASTRAL.
java -jar Astral/astral.5.7.1.jar -i genetree_combine -o astral_speciestree -b bootstrap_combine -r 100
This is the error I got,
================== ASTRAL =====================
This is ASTRAL version 5.7.1
Gene trees are treated as unrooted
Exception in thread "main" java.lang.RuntimeException: Failed to Parse Tree number: 1
at phylonet.coalescent.CommandLine.readInputTrees(CommandLine.java:835)
at phylonet.coalescent.CommandLine.readOptions(CommandLine.java:328)
at phylonet.coalescent.CommandLine.main(CommandLine.java:513)
Caused by: phylonet.tree.io.ParseException: ')' expected
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:405)
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:399)
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:399)
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:399)
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:399)
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:399)
at phylonet.tree.io.NewickReader.readNode(NewickReader.java:399)
at phylonet.tree.io.NewickReader.readTree(NewickReader.java:374)
at phylonet.tree.io.NewickReader.readTree(NewickReader.java:95)
at phylonet.coalescent.CommandLine.readInputTrees(CommandLine.java:802)
... 2 more
Is this error regarding my input file format?
But I couldn't figure out any format errors in my input files. I have look for the test_data in the tool itself and seems my data is in the same Newick format. Could you please help me to figure out what's the formatting error in my input files.
Thanks so much!
The text was updated successfully, but these errors were encountered: