Skip to content

Error message regarding gene trees input file format #94

@abcbot123

Description

@abcbot123

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions