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
I believe this is the same as #33 resulting from something with newest version of "ape".
If ape is just being used for reading the tree then phytools::read.newick("tree.nwk") could be an easy replacement? Worked fine for me from an extract Q2 tree.
@mestaki That sounds like a great idea. Could you test this and do a pull request? You would add phytools to DESCRIPTION, add in the import of read.newick to NAMESPACE and change line 48 of R/read_qza.R,
Hi @jbisanz ,
I recently updated R to 4.1.1 because of compatibility issues. However, now when I try to import a .qza tree file I get the following error:
Error in FUN(X[[i]], ...) :
numbers of left and right parentheses in Newick string not equal
Any idea how to fix this without running two versions of R?
Thanks!
Jordan
The text was updated successfully, but these errors were encountered: