-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
setting outgroup #5
Comments
|
sorry yes you are right but I still get the same error. |
you are missing command name in the command line, it should be either newick -rootbyoutgroup unrooted.newick -outgroup clade_label -output rooted.newick where newick -rootbyoutgroup unrooted.newick -labels clade_labels.txt -output rooted.newick |
ok I am actually trying to generate a new tree where I substitute entire subtrees for a single leaf, is this possible? It was complaining that my tree was not rooted. |
and the -rootbyoutgroup has worked. |
|
I tried
` ./newick_v1.0.1429_linux in.treefile -outGroup outgroup -output rooted.newick
Invalid command line
Expected -option_name or --option_name, got 'in.treefile'
`
The text was updated successfully, but these errors were encountered: