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
Should be fairly simple to allow internal node labels in the newick file. Although this does not impact results, there is no reason for the program to crash.
The text was updated successfully, but these errors were encountered:
You should also be able to do it with something like sed. (The following should at least work if your labels are strictly letters, numbers and underscore, but if they have other characters it will likely mess up).
sed -r 's/\)([.0-9A-Za-z_]+):/\):/g' MyTree.nwk > MyTreeNoLabel.nwk
Should be fairly simple to allow internal node labels in the newick file. Although this does not impact results, there is no reason for the program to crash.
The text was updated successfully, but these errors were encountered: