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
Using python code below, I tried to open nw file generated with ' foldmason easy-msa' from ete3 import Tree tree = Tree("/Users/xx/Documents/xx_project/Rotation1/Patho/xx/MSTA/result.nw")
Current Behavior
However, it is unable to open my file with the error below: NewickError: Unexisting tree file or Malformed newick tree structure. You may want to check other newick loading flags like 'format' or 'quoted_node_names'.
Steps to Reproduce (for bugs)
Download my nw file
Run above python code result.nw.zip
The text was updated successfully, but these errors were encountered:
Would it be possible to update the code to automatically add ; at the end of the result nw?? Also, it might be great if tree can be also saved as pdf as a result of the code :)
I can definitely add the semicolon to the output guide tree. For PDF potentially this could be added as part of the webserver output but I think ETE is still probably the better option there.
Expected Behavior
Using python code below, I tried to open nw file generated with ' foldmason easy-msa'
from ete3 import Tree
tree = Tree("/Users/xx/Documents/xx_project/Rotation1/Patho/xx/MSTA/result.nw")
Current Behavior
However, it is unable to open my file with the error below:
NewickError: Unexisting tree file or Malformed newick tree structure. You may want to check other newick loading flags like 'format' or 'quoted_node_names'.
Steps to Reproduce (for bugs)
Download my nw file
Run above python code
result.nw.zip
The text was updated successfully, but these errors were encountered: